for led jacket

Dependents:   ws2812test

Fork of WS2812 by Rendy Devara

Revision:
1:8910a1fcbdb0
Parent:
0:f080cb888db6
Child:
2:645ab1279245
--- a/WS2812.h	Sat Dec 10 08:18:58 2016 +0000
+++ b/WS2812.h	Sat Dec 10 09:18:10 2016 +0000
@@ -15,7 +15,7 @@
   ~WS2812();
   void writeColor(uint32_t RGB);
   void send1Color(uint32_t RGB);
-  
+  void sendColors(uint32_t * ColorBuffer);
   void sendReset();
   
   private: