Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
Public Member Functions | List of all members
BlinkFastLED Class Reference

blink a FastLED pixel. More...

#include <Noiasca_fastled.h>

Inheritance diagram for BlinkFastLED:
Blink< Fastled_IF >

Public Member Functions

 BlinkFastLED (CFastLED &strip, byte pixel, struct CRGB *leds)
 

Detailed Description

blink a FastLED pixel.

wrapper to blink a FastLED pixel. Inherits "style" class and composites FastLED_IF.

Constructor & Destructor Documentation

◆ BlinkFastLED()

BlinkFastLED::BlinkFastLED ( CFastLED &  strip,
byte  pixel,
struct CRGB *  leds 
)
inline
Parameters
stripa reference to your fastLED strip object
pixelthe pixel on the strip to be used
*ledsa pointer to your leds array