diff --git a/APDS_9960.c b/APDS_9960.c new file mode 100644 index 0000000..5abc159 --- /dev/null +++ b/APDS_9960.c @@ -0,0 +1,10 @@ +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 + + +} \ No newline at end of file diff --git a/APDS_9960.h b/APDS_9960.h new file mode 100644 index 0000000..e69de29