Library for the NeoPixel leds
Dependents: Balloons_v9_Module_Lampe
Fork of NeoStrip by
Revision 3:662aa70e768f, committed 2015-11-19
- Comitter:
- yanndouze
- Date:
- Thu Nov 19 12:24:30 2015 +0000
- Parent:
- 2:cf5c8199c733
- Commit message:
- Last version of the Balloons Lamp Module
Changed in this revision
NeoCore.s | Show annotated file Show diff for this revision Revisions of this file |
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}