Arduino-Blinkenlight
Arduino-Blinkenlight copied to clipboard
Non-blocking fading patterns for single LEDs.
Hi! Would it be possible to add support for 2 pin 2 color leds? When one pin is cathode, one color is lit, when it’s anode, another color is lit,...
There could be a function like this: bool pattern(int num, SpeedSetting speed, bool repeat = false) Then the blink code would play only once, and some action by another function...
Hi! When using fadinglight, I need to change on the fly the time in ms that fade_speed changes, when using patterns. For instance, If I want to use a pattern...