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

pulse a FastLED (monoflop) More...

#include <Noiasca_fastled.h>

Inheritance diagram for PulseFastLED:
Pulse< Fastled_IF >

Public Member Functions

 PulseFastLED (CFastLED &strip, uint16_t pixel, struct CRGB *leds)
 
- Public Member Functions inherited from Pulse< Fastled_IF >
 Pulse (Fastled_IF &obj)
 pulse an output for a period of time and than switches of More...
 
void setOnInterval (uint32_t _onInterval)
 set interval times More...
 
void off () override
 switch output off More...
 
void toggle ()
 switch between on or off state
 
void update (uint32_t currentMillis=millis())
 check if update is necessary More...
 

Detailed Description

pulse a FastLED (monoflop)

wrapper to pulse a FastLED. Inherits class pulse and composites FastLED

Constructor & Destructor Documentation

◆ PulseFastLED()

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