This package contains the base I²C driver for various Sensirion sensors. It handles low-level things like type conversions, checksum calculation, error handling etc.
Normally you shouldn't use this driver directly - instead you should use the device-specific driver for your actual device as it provides easy-to-use commands. But this driver is still useful if you want to transceive raw I²C frames, or if there is no specific driver available yet for your device.
The user manual is available at https://good-enough-technology.github.io/circuitpython-sensirion-i2c-driver2c-driver/.
This library is a fork of the official python library from Sensirion, to add support for CircuitPython on embedded devices and linux SBCs.