Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
blink a Neopixel. More...
#include <Noiasca_neopixel.h>
Public Member Functions | |
BlinkPixel (Adafruit_NeoPixel &strip, byte pixel) | |
![]() | |
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 Neopixel.
wrapper to blink a Neopixel. Inherits "style" class and composites NeoPixel
|
inline |
strip | a reference to your strip object |
pixel | the pixel on the strip to be used |