Arduino-Blinkenlight icon indicating copy to clipboard operation
Arduino-Blinkenlight copied to clipboard

Non-blocking fading patterns for single LEDs.

Results 3 Arduino-Blinkenlight issues
Sort by recently updated
recently updated
newest added

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...