Optional config-based-setup for the main Piezo class.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 16:25:50 +0000 (12:25 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 16:25:50 +0000 (12:25 -0400)
commit859c81930fd201597c28c0828189f12f0e227e41
tree4d2e06fe0a86460860f10cd2e6d84041b8650d7d
parent8f415f7bb53af26bb6898f3aca570a61e82245df
Optional config-based-setup for the main Piezo class.

This breaks compatibility with earlier versions, because we've added a
`config` option to `Piezo.__init__`.  The addition is a good thing,
though, because it makes `Piezo` more consistent with the `PiezoAxis`,
and `{I,O}Channel` classes.
pypiezo/afm.py
pypiezo/base.py
pypiezo/test.py