tweaked library for debug but have to commit to publish...

Dependents:   ChrisRGB-Ring

Fork of WS2812 by Chris Styles

Revision:
3:d56ffdf7beeb
Parent:
1:c278c3d136bb
Child:
4:b230e85fc5e7
--- a/WS2812.cpp	Mon Aug 04 16:14:07 2014 +0000
+++ b/WS2812.cpp	Mon Aug 04 16:22:40 2014 +0000
@@ -16,7 +16,7 @@
 
 }
 
-void WS2812::update(int buff[])
+void WS2812::write(int buff[])
 {
     // for each of the data points in the buffer
     for (int i = 0; i < __size ; i++) {