adafruit / Adafruit_APDS9960

Arduino drivers for APDS9960 gesture sensor
Other
37 stars 45 forks source link

Remove I2C chunkification #33

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

This is now supported by Adafruit_BusIO https://github.com/adafruit/Adafruit_BusIO/releases/tag/1.9.0

This library can now just do simple read/writes without worrying about chunkifying.

caternuson commented 3 years ago

Done with #35