Debug changes but wants to publish back... making a fork...

Dependencies:   PixelArray WS2812 mbed

Fork of ChrisRGB-Ring by Chris Styles

Revision:
3:c2227dba959d
Parent:
2:57db905622ca
--- a/main.cpp	Mon Aug 18 13:55:20 2014 +0000
+++ b/main.cpp	Wed Aug 20 16:37:11 2014 +0000
@@ -4,7 +4,8 @@
 
 #define WS2812_BUF 60
 
-WS2812 ws(p5,WS2812_BUF);
+//WS2812 ws(p5,WS2812_BUF);
+WS2812 ws(PTD2,WS2812_BUF);
 PixelArray px(WS2812_BUF);
 
 DigitalOut led(LED1);