RPiPico-Holonome2023/APDS_9960.c
2022-11-18 15:16:13 +01:00

10 lines
277 B
C

int APDS9960_Init(){
// Registres à configurer
// ENABLE (PON) Address : 0x80 - Après les autres registres !!
// RESERVED | Gesture En | Prox. Interrupt En | ALS Interrupt En | Wait En | Proximity Detect En | ALS En | Power On |
// Ob0000 0011 => 0x03
}