Skip to content

Commit

Permalink
doc: update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Miguel Susano Pinto committed Mar 14, 2023
1 parent 9dc8044 commit 85a4448
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,23 @@ Version 0.7.0 (upcoming)
* All filterwheels had a ``"position"`` setting which was redundant
with the related get/set methods. The setting was been removed.

* New :class:`ValueLogger <microscope.abc.ValueLogger>` ABC for
devices with a series of sensors.

* New :class:`DigitalIO <microscope.abc.DigitalIO>` ABC.

* New devices supported:

* Added a DigitalIO device type
* Implemented a simulated DigitalIO device (:class:`microscope.simulations.SimulatedDigitalIO`)
* Implemented a concrete DigitalIO device on a Raspberry Pi (:class:`microscope.digitalio.raspberrypi.RPiDIO`)

* RaspberryPi as Digital IO (:class:`microscope.digitalio.raspberrypi.RPiDIO`)

* Hamamatsu cameras (:class:`microscope.cameras.hamamatsu.HamamatsuCamera`)

* Ludl MC 2000 (:class:`microscope.controllers.ludl.LudlMC2000`)

* RaspberryPi camera (:class:`microscope.cameras.picamera.PiCamera`)

* Toptica iChrome MLE (:class:`microscope.controllers.toptica.iChromeMLE`)

* Device specific changes:

* `PVCamera`:
Expand Down
4 changes: 2 additions & 2 deletions doc/architecture/abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ There is an additional special device class
:class:`microsope.abc.DataDevice` which defines a class that has the
ability to asynchronously send data back to the calling
connection. This is used for situations like cameras and asynchronous
communication such as digital input signals.
communication such as digital input signals.

The actual concrete classes, those which provide actual control over
the devices, are listed on the section :ref:`supported-devices`.

Expand Down
4 changes: 2 additions & 2 deletions doc/architecture/supported-devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ DigitalIO
ValueLogger
===========

- Raspberry Pi (:class:`microsocpe.valuelogger.raspberrypi`)
includes support for the MCP9808 and TSYS01 I2C temperature sensors
- Raspberry Pi (:class:`microsocpe.valuelogger.raspberrypi`) includes
support for the MCP9808 and TSYS01 I2C temperature sensors


Other
Expand Down

0 comments on commit 85a4448

Please sign in to comment.