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

Dependencies:   PixelArray WS2812 mbed

Fork of ChrisRGB-Ring by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
michaeljkoster
Date:
Wed Aug 20 16:37:11 2014 +0000
Parent:
2:57db905622ca
Commit message:
Debug version on K64F platform

Changed in this revision

WS2812.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 57db905622ca -r c2227dba959d WS2812.lib
--- a/WS2812.lib	Mon Aug 18 13:55:20 2014 +0000
+++ b/WS2812.lib	Wed Aug 20 16:37:11 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/chris/code/WS2812/#a07522fe36d4
+http://mbed.org/users/michaeljkoster/code/WS2812/#bca008db132a
diff -r 57db905622ca -r c2227dba959d main.cpp
--- 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);
diff -r 57db905622ca -r c2227dba959d mbed.bld
--- a/mbed.bld	Mon Aug 18 13:55:20 2014 +0000
+++ b/mbed.bld	Wed Aug 20 16:37:11 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file