Releases: styropyr0/APDS9960
Releases · styropyr0/APDS9960
APDS9960 v1.0.1
APDS9960 v1.0.0
APDS9960 Arduino Library - Release Notes
Version 1.0.0 (Initial Release) - March 16, 2025
First release of the APDS9960 Arduino Library by Saurav Sajeev. This driver supports the APDS9960 sensor’s ambient light, RGB color, proximity, and gesture features.
Highlights
- Full sensor support: light, color, proximity, and gestures.
- Interrupt handling for light, proximity, and gestures.
- Configurable settings: gain, sensitivity, thresholds.
- Examples:
ProximitySensing
,ColorSensing
,GestureDetection
,CombinedWithInterrupts
.
Installation
- Get it:
https://github.com/styropyr0/APDS9960-Arduino-Library
- Needs:
Wire
(included),SensorHub.h
(separate).
Notes
SensorHub.h
dependency not included.- Tested on common Arduino boards; adjust interrupt pins as needed.
Next Steps
- Add
SensorHub.h
support, more examples, optimization.
Report issues or contribute at: https://github.com/styropyr0/APDS9960-Arduino-Library/issues