Difference between revisions of "APDS-9960"

From ElectroDragon Wiki
 
(No difference)

Latest revision as of 14:48, 12 October 2020

  • Original APDS9960 only works at 3V3, to use with arduino UNO, you need logic shifter

Modify library

  • for arduio apds9960 -> if (id!=0xAB) return false; -> if (id!=0xA8) return false;

SCH