From: W. Trevor King Date: Thu, 31 Mar 2011 20:15:08 +0000 (-0400) Subject: Add stepper post announcing my stepper package. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6446d9fa940e84de5ea0a8d0116408ff28778955;p=blog.git Add stepper post announcing my stepper package. --- diff --git a/posts/Gentoo_overlay.mdwn b/posts/Gentoo_overlay.mdwn index 187d2aa..ec4b4f6 100644 --- a/posts/Gentoo_overlay.mdwn +++ b/posts/Gentoo_overlay.mdwn @@ -30,6 +30,8 @@ personal `layman.xml`). The overlay is a fairly strange mix: also in the [Sunrise overlay][]) - sci-libs/comedilib ([Gentoo 348206](http://bugs.gentoo.org/348206), [[comedilib|Comedi]]) +- sci-libs/stepper + (my [[stepper]]-motor control module) - sci-misc/comedi-headers ([[Comedi]] kernel module headers) - sci-physics/hooke diff --git a/posts/stepper.mdwn b/posts/stepper.mdwn new file mode 100644 index 0000000..2a76bce --- /dev/null +++ b/posts/stepper.mdwn @@ -0,0 +1,10 @@ +[[!meta title="stepper"]] +[[!template id=gitrepo repo=stepper]] + +Here is my Python module for stepper-motor control logic. Not much +going on, but I think it's a pretty clean implementation. + +[[!tag tags/code]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/python]]