summaryrefslogtreecommitdiff
path: root/led.h
blob: fd11a87dd5c36a1584846973cee0b61a26a67ad2 (plain) (blame)
1
2
3
4
5
struct colour {
	unsigned char r, g, b;
};

void led_signal_sequence(int, struct colour *, int, int, int);