Library for the NeoPixel leds

Dependents:   Balloons_v9_Module_Lampe

Fork of NeoStrip by Allen Wild

Revision:
3:662aa70e768f
Parent:
2:cf5c8199c733
diff -r cf5c8199c733 -r 662aa70e768f NeoCore.s
--- a/NeoCore.s	Sat May 16 23:44:53 2015 +0000
+++ b/NeoCore.s	Thu Nov 19 12:24:30 2015 +0000
@@ -35,13 +35,13 @@
 	MOV		R0, #1
 	BL		neo_write_pin	; set pin high
 	
-	MOV		R0, #12			; delay for long enough
+	MOV		R0, #12			; 12 delay for long enough
 	BL		neo_delay
 	
 	MOV		R0, #0			; set pin low
 	BL		neo_write_pin
 	
-	MOV		R0, #24			; delay
+	MOV		R0, #24			; 24 delay
 	BL		neo_delay
 	
 	POP		{LR}