Skip to content

Releases: pimoroni/ltr559-python

Version 1.0.0

08 Nov 10:02
3268459
Compare
Choose a tag to compare
  • Repackage to latest boilerplate
  • Require i2cdevice>=1.0.0 (now using smbus2 instead of smbus)

What's Changed

Full Changelog: v0.1.1...v1.0.0

Version 0.1.1

05 May 16:34
Compare
Choose a tag to compare
  • Fix set_proximity_rate_ms, set_light_repeat_rate_ms and set_interrupt_mode (thanks @mkende)
  • Improve library comments & docstrings

Version 0.1.0

12 Sep 10:40
Compare
Choose a tag to compare

This version breaks backward compatibility with ltr559 in favour of rewriting the library from a singleton module to a class for CircuitPython support, or general support for other uses requiring an alternate i2c library.

All calls into i2cdevice have also been rewritten to use the set and get methods which avoid the clunky __getattribute__ overloading. For more detail see - pimoroni/i2cdevice-python#3

Version 0.0.1

17 Oct 11:34
Compare
Choose a tag to compare
v0.0.1

Version 0.0.1