Add stepper post announcing my stepper package.
authorW. Trevor King <wking@drexel.edu>
Thu, 31 Mar 2011 20:15:08 +0000 (16:15 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 31 Mar 2011 20:15:08 +0000 (16:15 -0400)
posts/Gentoo_overlay.mdwn
posts/stepper.mdwn [new file with mode: 0644]

index 187d2aac3e18735dd8fa55a7278281015ad9815a..ec4b4f634acc8a4b2e09d9a95cf838116c673986 100644 (file)
@@ -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 (file)
index 0000000..2a76bce
--- /dev/null
@@ -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]]