fix rainbow signature
This commit is contained in:
parent
e313f5170f
commit
0e0e4703f7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
struct RgbColor color_wheel(uint8_t pos);
|
struct RgbColor color_wheel(uint8_t pos);
|
||||||
void fill_rainbow(uint8_t offset, struct strip leds);
|
void fill_rainbow(uint8_t offset, struct strip leds);
|
||||||
void fill_solid(struct RgbColor color, 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 solid(struct RgbColor color, struct strip leds);
|
||||||
void three_sided(struct three_sided three_sided_config, struct strip leds);
|
void three_sided(struct three_sided three_sided_config, struct strip leds);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue