Explorar el Código

upgrade WS led from 8 to 12

Snarf hace 2 años
padre
commit
7f1c655b20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/veilleuse/veilleuse.ino

+ 1 - 1
code/veilleuse/veilleuse.ino

@@ -5,7 +5,7 @@
 
 // Config Leds
 #define PIN          2
-#define NUMPIXELS    8
+#define NUMPIXELS    12
 
 // Config Photoresistance
 #define LIGHT_SENSOR A0