소스 검색

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