Library for the NeoPixel leds

Dependents:   Balloons_v9_Module_Lampe

Fork of NeoStrip by Allen Wild

Revision:
2:cf5c8199c733
Parent:
0:9f237b11f0a8
Child:
3:662aa70e768f
--- a/NeoCore.s	Wed May 21 02:28:43 2014 +0000
+++ b/NeoCore.s	Sat May 16 23:44:53 2015 +0000
@@ -35,13 +35,13 @@
 	MOV		R0, #1
 	BL		neo_write_pin	; set pin high
 	
-	MOV		R0, #10			; delay for long enough
+	MOV		R0, #12			; delay for long enough
 	BL		neo_delay
 	
 	MOV		R0, #0			; set pin low
 	BL		neo_write_pin
 	
-	MOV		R0, #20			; delay
+	MOV		R0, #24			; delay
 	BL		neo_delay
 	
 	POP		{LR}
@@ -55,7 +55,7 @@
 	MOV		R0, #1
 	BL		neo_write_pin
 	
-	MOV		R0, #86
+	MOV		R0, #80
 	BL		neo_delay
 	
 	MOV		R0, #0
@@ -64,6 +64,10 @@
 	NOP		; really short delay
 	NOP
 	NOP
+	NOP
+	NOP
+	NOP
+	NOP
 	
 	POP		{LR}
 	BX		LR