Releases: adafruit/Adafruit_APDS9960
Releases · adafruit/Adafruit_APDS9960
1.3.0 Support Gesture sensing without proximity
What's Changed
- gesture sensing without proximity by @mikeysklar in #48
New Contributors
- @mikeysklar made their first contribution in #48
Full Changelog: 1.2.5...1.3.0
1.2.5 Bump version in library.properties
1.2.4 - Updated CI Actions versions
Update CI action versions
1.2.3 - Fixed typos
Bump to 1.2.3
1.2.2 - Remove Chunkification
- Remove I2C chunkification xfer code that has been refactored into BusIO library.
1.2.1 - Tweaked memory allocation and cleanup
Merge pull request #34 from caternuson/mem_tweak Tweak memory alloc and cleanup
1.2.0 - Converted library to BusIO
Merge pull request #32 from caternuson/iss31_busio Convert to BusIO
1.1.5 - Fixed bit defs and fixed getProxGain method
Merge pull request #28 from mark255bits/fix/bitdefinitions Update Adafruit_APDS9960.cpp
1.1.4 - Warning fix and casting for clarify
Thanks to @dodo5522 for these fixes
Moving to GitHub Actions for CI
This release moves Adafruit_APDS9960
to use GitHub actions for Continuous Integration as well as adding automated checks for formatting using clang-format
and automated documentation checks using Doxygen