struct colour { unsigned char r, g, b; }; void led_signal_sequence(int, struct colour *, int, int, int);