Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 611 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 611 Bytes

sensirion-i2c-sen5x

This package contains the driver for the Sensirion SEN5x sensors using the I²C interface.

The driver provides all I²C commands as Python methods and handles all the low-level things like type conversions, CRC calculation, error handling etc.

Installation and Usage

The user manual is available at https://good-enough-technology.github.io/circuitpython-sensirion-i2c-sen5x/.

Attribution

This library is a fork of the official python library from Sensirion, to add support for CircuitPython on embedded devices and linux SBCs.