SparkFun_APDS-9960_Sensor_Arduino_Library
SparkFun_APDS-9960_Sensor_Arduino_Library copied to clipboard
SparkFun APDS-9960 RGB/Gesture Sensor Arduino Library
I needed a non-blocking read, so I can poll until there's something ready. I had already adopted @MarcFinns changes so they're here too. Please excuse... everything - it's my first...
I get this error: >>>stack>>> ctx: cont sp: 3ffffdb0 end: 3fffffc0 offset: 01b0 3fffff60: 3ffe8591 3ffee434 0000001f 4020202b 3fffff70: 3ffe8591 00000001 3ffee434 3ffee48c 3fffff80: 3fffdad0 00000000 3ffee434 40100d88 3fffff90: feefeffe...
In the original version the readGesture() API does not return if there is something in front of the sensor. This blocks the execution flow indefinitely if the sensor view is...
As per new Arduino library, digitalPinToInterrupt() needs to be added to attachInterrupt().
- Split "Getting Started" section into "Library Installation" and "Getting Started". This fixes the previous awkwardness of the two installation options breaking the flow to opening the example. - Manual...
Description - This library in Web Registry: http://platformio.org/lib/show/304/SparkFun_APDS9960 - Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) - Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html Requested by a user in platformio/platformio-libmirror#58
Ratios in line 837 could possibly cause divide by 0 error if bounds check fails (line 785). Add a check beforehand to prevent this: ``` /* Catch to make sure...
Certainly when using an ESP32, the interrupt never fires with the default examples, only if I pass the INT pin to the attach
There are clones on the market of the APDS9660 with a different ID then the originals. Second pull request for this ID. Please approve.
Add support for a clone of the APDS9960 with a different device id (0xA8) which otherwise cannot be initialized. Apparently there are clones of the APDS9960 that use a different...