API追加ver

Fork of NeoStrip by Allen Wild

Revision:
2:649f6dee76a6
Parent:
0:9f237b11f0a8
--- a/NeoStrip.h	Wed May 21 02:28:43 2014 +0000
+++ b/NeoStrip.h	Tue Mar 01 06:17:48 2016 +0000
@@ -93,6 +93,8 @@
 		 * at the end.
 		 */
 		void write();
+		
+		void setPixels(int p, int n, uint8_t *p_buff);
 
 	protected:
 		NeoColor *strip;	// pixel data buffer modified by setPixel() and used by neo_out()