Skip to content

Releases: adafruit/Adafruit_CircuitPython_SI7021

Updated with lint and autobundling!

09 Dec 18:49

Choose a tag to compare

@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

10 Nov 23:03
742da97

Choose a tag to compare

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!

17 Oct 01:02

Choose a tag to compare

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

11 Apr 22:08

Choose a tag to compare

Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!

Release for CircuitPython 0.9.4

11 Apr 17:24

Choose a tag to compare

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

11 Apr 01:04

Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch to new BusDevice API.
  • Switch examples to nativeio split APIs.

Initial release for bundle

28 Mar 18:29

Choose a tag to compare

Initial driver release for inclusion in the bundle zip.