Driver for WS2812

Dependents:   ChrisRGB-Ring

Revision:
3:d56ffdf7beeb
Parent:
2:fa7ac5632be4
Child:
4:b230e85fc5e7
--- a/WS2812.h	Mon Aug 04 16:14:07 2014 +0000
+++ b/WS2812.h	Mon Aug 04 16:22:40 2014 +0000
@@ -56,7 +56,7 @@
   /*!
   Reads the temperature register of the LM75B and converts it to a useable value.
   */
-  void update (int buf[]);
+  void write (int buf[]);
   void setAll (int color);
   void useII (int d);
   void setII (unsigned char d);