neostrip code

Fork of NeoStrip by James Song

Revision:
2:d607600a697d
Parent:
0:9f237b11f0a8
Child:
3:00f3f32e6a1e
--- a/NeoStrip.h	Wed Mar 12 18:36:58 2014 +0000
+++ b/NeoStrip.h	Fri Nov 25 00:52:48 2016 +0000
@@ -1,11 +1,3 @@
-/**
- * NeoStrip.h
- *
- * Allen Wild
- * March 2014
- *
- * Library for the control of Adafruit NeoPixel addressable RGB LEDs.
- */
 
 
 #ifndef NEOSTRIP_H
@@ -93,6 +85,10 @@
 		 * at the end.
 		 */
 		void write();
+		
+		void initialize();
+				
+		void progress(float time);
 
 	protected:
 		NeoColor *strip;	// pixel data buffer modified by setPixel() and used by neo_out()