RGB LEDs Control

Dependencies:   mbed QEI PololuLedStrip

Revision:
3:972edaeae65c
Parent:
2:69cc4148a7fa
Child:
4:101a39472379
--- a/main.cpp	Wed Oct 09 01:20:26 2013 +0000
+++ b/main.cpp	Thu Dec 05 18:43:40 2013 +0000
@@ -3,7 +3,7 @@
 
 PololuLedStrip ledStrip(p8);
 
-#define LED_COUNT 60
+#define LED_COUNT 155
 rgb_color colors[LED_COUNT];
 
 Timer timer;