Releases: adafruit/Adafruit_CircuitPython_SI7021
Releases · adafruit/Adafruit_CircuitPython_SI7021
Struct!
Prep for CircuitPython 3.x which will have struct
instead of ustruct
. Thanks to @mrmcwethy
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
New I2CDevice API
Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!
Release for CircuitPython 0.9.4
Second release to trigger TravisCI generation. Notes for previous 0.1.1 release. This only works with the latest CircuitPython 0.9.4 release!
Release for CircuitPython 0.9.4
This requires CircuitPython 0.9.4+!
- Switch to new BusDevice API.
- Switch examples to
nativeio
split APIs.
Initial release for bundle
Initial driver release for inclusion in the bundle zip.