Skip to content

Releases: styropyr0/APDS9960

APDS9960 v1.0.1

25 Mar 17:54
Compare
Choose a tag to compare

What's new

  1. Fixed an issue causing linker error due to SensorHubTemplates not being included in the library itself. A workaround for this was to include the library SensorHubTemplates.h in your sketch.

APDS9960 v1.0.0

16 Mar 10:46
7c9b142
Compare
Choose a tag to compare

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