Skip to content

Commit

Permalink
HSB rainbow and final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ErniW committed Jan 2, 2023
1 parent 75914e6 commit c2b03bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/neopixels.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void updateStrip(LedStrip *strip);
void clearStrip(LedStrip *strip);

Led setHSB(int h, uint8_t s, uint8_t b);
// Led setHSB(double h, double sa, double ba);
Led setRGB(uint8_t r, uint8_t g, uint8_t b);
Led getHSB(Led *c);
Led getHSB(Led *c);

// Led setHSB(double h, double sa, double ba);

0 comments on commit c2b03bd

Please sign in to comment.