Add DigitalPort, Stepper, and Temperature classes.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 20:16:38 +0000 (16:16 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 20:16:38 +0000 (16:16 -0400)
commite94dee0c4bd68c5b2e3ada8dd86fd43e5f24ff54
treef853869ca872caf058f1f326160fad633906ad27
parent462e0afc16d22bf4bfa204d4178ba259dd13630a
Add DigitalPort, Stepper, and Temperature classes.

Also flesh out the config classes and handling.  This brings pyafm up
to speed with the new pypiezo, with respect to config- or
instance-lead initialization.
pyafm/afm.py
pyafm/config.py
pyafm/digital_port.py [new file with mode: 0644]
pyafm/stepper.py [new file with mode: 0644]
pyafm/temperature.py