Skip to content

Commit 751e37f

Browse files
committed
Updates NEWS and supported devices to list ASI stage
1 parent 02c795b commit 751e37f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

NEWS.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

doc/architecture/supported-devices.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Cameras
2626
Controllers
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

0 commit comments

Comments
 (0)