Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 871 Bytes

File metadata and controls

28 lines (18 loc) · 871 Bytes

circuitpython-sensirion-i2c-driver

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.

Note

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.

Installation and Usage

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

Attribution

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