Browse Source

upgrade WS led from 8 to 12

Snarf 2 năm trước cách đây
mục cha
commit
7f1c655b20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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