File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,23 @@ Version 0.7.0 (upcoming)
3232 with the related get/set methods. The setting was been removed.
3333
3434 * New :class: `ValueLogger <microscope.abc.ValueLogger> ` ABC for
35- devices with a series of sensors.
35+ devices with a series of sensors. Simulation and Raspberry Pi
36+ implementations for MCP9808 and TSYS01 temparture sensors.
3637
37- * New :class: `DigitalIO <microscope.abc.DigitalIO> ` ABC.
38+ * New :class: `DigitalIO <microscope.abc.DigitalIO> ` ABC. Added
39+ simulation device and Raspberry Pi implmentation.
3840
3941* New devices supported:
4042
43+ * ASI MS 2000 controller (:class: `microscope.controllers.asi.ASIMS2000 `)
44+
45+ * RaspberryPi as a valuelogger (:class: `microscope.valuelogger.RPiValueLogger `)
46+
4147 * RaspberryPi as Digital IO (:class: `microscope.digitalio.raspberrypi.RPiDIO `)
4248
4349 * Hamamatsu cameras (:class: `microscope.cameras.hamamatsu.HamamatsuCamera `)
4450
45- * Ludl MC 2000 (:class: `microscope.controllers.ludl.LudlMC2000 `)
51+ * Ludl MC 2000 controller (:class: `microscope.controllers.ludl.LudlMC2000 `)
4652
4753 * RaspberryPi camera (:class: `microscope.cameras.picamera.PiCamera `)
4854
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Cameras
2626Controllers
2727===========
2828
29+ - ASI MS2000 (:class: `microscope.controllers.asi.ASIMS2000 `)
2930- CoolLED (:class: `microscope.controllers.coolled.CoolLED `)
3031- Ludl MC 2000 (:class: `microscope.controllers.ludl.LudlMC2000 `)
3132- Lumencor Spectra III light engine
You can’t perform that action at this time.
0 commit comments