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.
The user manual is available at https://sensirion.github.io/python-i2c-sen5x/.
This library is a fork of the official python library from Sensirion, to add support for CircuitPython on embedded devices and linux SBCs.