A version of library with explicit flush() .
Fork of Chainable_RGB_LED by
Diff: ChainableLED.h
- Revision:
- 2:d827cd87b212
- Parent:
- 1:50d0a66599e1
--- a/ChainableLED.h Sun May 03 01:34:41 2015 +0000 +++ b/ChainableLED.h Sun Aug 26 00:29:00 2018 +0000 @@ -43,6 +43,7 @@ void setColorRGB(uint32_t led, uint8_t red, uint8_t green, uint8_t blue); void setColorHSB(uint32_t led, float hue, float saturation, float brightness); + void flush(); void ledsOff(void); private: