summaryrefslogtreecommitdiff
path: root/extra/lightbar/programs/red-green-blink.lbs
blob: d520b739bb581ba2b29e2f1172461fa252310a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Blinks red and green with 1 second pauses.
	set.rgb {0,1,2,3}.beg 0xff 0x00 0x00
	set.rgb {0,1,2,3}.end 0x00 0xff 0x00
	delay.w 250000
	delay.r 0
	cycle.1
	wait
	ramp.1
	wait
	cycle.1
	wait
	ramp.1
	wait
	halt