fix rainbow signature

This commit is contained in:
Tom Irgang 2023-04-16 17:21:01 +02:00
parent e313f5170f
commit 0e0e4703f7

View file

@ -7,7 +7,7 @@
struct RgbColor color_wheel(uint8_t pos);
void fill_rainbow(uint8_t offset, struct strip leds);
void fill_solid(struct RgbColor color, struct strip leds);
void rainbow(struct strip leds);
void rainbow(uint32_t rainbow_speed, struct strip leds);
void solid(struct RgbColor color, struct strip leds);
void three_sided(struct three_sided three_sided_config, struct strip leds);