Skip to content

Releases: liske/python-apds9960

0.3.0

18 Jan 11:30
0.3.0

Choose a tag to compare

Features

  • add device id -0x55
    (github pr #8 by Trevor Sullivan @pcgeek86)
  • add more bit values and isLightAvailable method
    (github pr #14 by Rick @raceking37)

Changes

  • add example reading RGB values from the light sensor
    (github pr #12 by Mariusz Karpiarz @mkarpiarz)
  • speedup read*Light methods, add setLightIntegrationTime method
    (github pr #19 by @kai-morich)

Fixes

  • make examples python3 compatible
    (github pr #11 by Mariusz Karpiarz @mkarpiarz)
  • micropython compatible exception creation
    (github pr #18 by @kai-morich)

0.2

18 Jan 11:28

Choose a tag to compare

0.2

Features

Changes

  • add 0xa8 to valid device id's
    (github pr #1 by Ristomatti Airo @ristomatti)

0.1

18 Jan 11:28

Choose a tag to compare

0.1
  • Initial release.