APDS-9960

From ElectroDragon Wiki
Revision as of 14:48, 12 October 2020 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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