SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
led_blinker.cpp File Reference
#include "led_blinker.h"
#include "FastLED.h"
Include dependency graph for led_blinker.cpp:

Go to the source code of this file.

Namespaces

namespace  sensesp
 

Functions

LEDPatternFragment sensesp::frag_solid_color (uint32_t duration_ms, const CRGB &color)
 
LEDPatternFragment sensesp::frag_linear_fade (uint32_t duration_ms, uint32_t fade_duration_ms, const CRGB &target_color)
 
LEDPatternFragment sensesp::frag_linear_invert (uint32_t duration_ms, bool reverse)
 
LEDPatternFragment sensesp::frag_blend (uint32_t duration_ms, const CRGB &target_color, bool reverse)
 
LEDPatternFragment sensesp::frag_nop (uint32_t duration_ms)