ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add initial OD sensor implementation #72

Closed amitschang closed 2 months ago

amitschang commented 3 months ago

Part of https://github.com/ssec-jhu/evolver-ng/issues/22

Adds an OD sensor implementation which corresponds to that on the default evolver box. For now the calibration is left out but this shows clearly where it would fit: in providing a value for "density" field of "Output".

Adding also some shared infrastructure for testing these serial-based devices. Probably more of the test infra could be shared for hardware modules, but leaving it specific to OD here.