mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / stepper.mdwn
1 [[!meta  title="stepper"]]
2 [[!template id=gitrepo repo=stepper]]
3
4 Here is my Python module for stepper-motor control logic.  Not much
5 going on, but I think it's a pretty clean implementation.
6
7 The `README` is posted on the [PyPI page][pypi].
8
9 [pypi]: http://pypi.python.org/pypi/stepper/
10
11 [[!tag tags/code]]
12 [[!tag tags/linux]]
13 [[!tag tags/programming]]
14 [[!tag tags/pypi]]
15 [[!tag tags/python]]