Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 580 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 580 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://sensirion.github.io/python-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.