瀏覽代碼

upgrade WS led from 8 to 12

Snarf 2 年之前
父節點
當前提交
7f1c655b20
共有 1 個文件被更改,包括 1 次插入1 次删除
  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