2022-11-18 14:16:13 +00:00
|
|
|
int APDS9960_Init(){
|
2022-11-16 17:59:46 +00:00
|
|
|
// 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
|
|
|
|
|
|
|
|
|
|
|
|
}
|