1 2 3 4 5
struct colour { unsigned char r, g, b; }; void led_signal_sequence(int, struct colour *, int, int, int);