File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,23 @@ Version 0.7.0 (upcoming)
3131 * All filterwheels had a ``"position" `` setting which was redundant
3232 with the related get/set methods. The setting was been removed.
3333
34+ * New :class: `ValueLogger <microscope.abc.ValueLogger> ` ABC for
35+ devices with a series of sensors.
36+
37+ * New :class: `DigitalIO <microscope.abc.DigitalIO> ` ABC.
38+
3439* New devices supported:
3540
36- * Added a DigitalIO device type
37- * Implemented a simulated DigitalIO device (:class: `microscope.simulations.SimulatedDigitalIO `)
38- * Implemented a concrete DigitalIO device on a Raspberry Pi (:class: `microscope.digitalio.raspberrypi.RPiDIO `)
39-
41+ * RaspberryPi as Digital IO (:class: `microscope.digitalio.raspberrypi.RPiDIO `)
42+
4043 * Hamamatsu cameras (:class: `microscope.cameras.hamamatsu.HamamatsuCamera `)
4144
4245 * Ludl MC 2000 (:class: `microscope.controllers.ludl.LudlMC2000 `)
4346
4447 * RaspberryPi camera (:class: `microscope.cameras.picamera.PiCamera `)
4548
4649 * Toptica iChrome MLE (:class: `microscope.controllers.toptica.iChromeMLE `)
47-
50+
4851* Device specific changes:
4952
5053 * `PVCamera `:
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ There is an additional special device class
3838:class: `microsope.abc.DataDevice ` which defines a class that has the
3939ability to asynchronously send data back to the calling
4040connection. This is used for situations like cameras and asynchronous
41- communication such as digital input signals.
42-
41+ communication such as digital input signals.
42+
4343The actual concrete classes, those which provide actual control over
4444the devices, are listed on the section :ref: `supported-devices `.
4545
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ DigitalIO
7676ValueLogger
7777===========
7878
79- - Raspberry Pi (:class: `microsocpe.valuelogger.raspberrypi `)
80- includes support for the MCP9808 and TSYS01 I2C temperature sensors
79+ - Raspberry Pi (:class: `microsocpe.valuelogger.raspberrypi `) includes
80+ support for the MCP9808 and TSYS01 I2C temperature sensors
8181
8282
8383Other
You can’t perform that action at this time.
0 commit comments