Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a FastLED pixel. More...
#include <Noiasca_fastled.h>
Public Member Functions | |
BlinkFastLED (CFastLED &strip, byte pixel, struct CRGB *leds) | |
![]() | |
void | setOnInterval (uint16_t newInterval) |
set on interval More... | |
void | setOffInterval (uint16_t newInterval) |
set off interval More... | |
void | off () override |
switch output off More... | |
void | on () override |
switch on More... | |
void | on (bool force) |
switch on More... | |
void | toggle () override |
switch between on or off state More... | |
void | update (uint32_t currentMillis=millis()) |
check if update is necessary More... | |
blink a FastLED pixel.
wrapper to blink a FastLED pixel. Inherits "style" class and composites FastLED_IF.
|
inline |
strip | a reference to your fastLED strip object |
pixel | the pixel on the strip to be used |
*leds | a pointer to your leds array |