Skip to content

Releases: pimoroni/bh1745-python

Version 0.0.4

13 Sep 12:45
Compare
Choose a tag to compare

Migrate to new i2cdevice>=0.0.6 set/get API. For more information see: pimoroni/i2cdevice-python#3

Version 0.0.3

15 Aug 13:30
Compare
Choose a tag to compare

Some final improvements to mark the first stable release.

  • Automagically call setup if not called by user
  • Allow setup() to try alternate i2c addresses
  • Added .ready() to determine if sensor is setup

See the detect.py example for how you might use these changes in a project.

Version 0.0.2

15 Aug 10:13
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Bumped i2cdevice version dependency to 0.0.4 to ensure Python2/3 compatibility.