Skip to content

Commit 85a4448

Browse files
author
David Miguel Susano Pinto
committed
doc: update NEWS.
1 parent 9dc8044 commit 85a4448

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

NEWS.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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`:

doc/architecture/abc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3939
ability to asynchronously send data back to the calling
4040
connection. 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+
4343
The actual concrete classes, those which provide actual control over
4444
the devices, are listed on the section :ref:`supported-devices`.
4545

doc/architecture/supported-devices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ DigitalIO
7676
ValueLogger
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

8383
Other

0 commit comments

Comments
 (0)