Releases: adafruit/Adafruit_CircuitPython_SI7021
Updated with lint and autobundling!
@tannewt linted and updated travis for auto-genning mpy + bundling
To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.
2.0 Release for CircuitPython 2.x
2.0 Release for CircuitPython 2.x+ versions. Note this also switches to use the latest bus device readinto method and your Adafruit_Bus_Device module must also be updated to the latest version. Note also this might not work with CircuitPython 3.0+.
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
nativeiosplit APIs.
Initial release for bundle
Initial driver release for inclusion in the bundle zip.