pysensorlib

A python module for reading from sensors


License
MIT
Install
pip install pysensorlib==0.1.1

Documentation

pySensorLib

Build Latest Version Development Status Supported Python versions License

A python module for reading from sensors. Abstracts the specifics of the sensor hardware and communication protocol and provides a general API for reading from sensors of all types.

Currently, only serial sensors are supported, but the design allows for the addition of different sensor types with different read interfaces.