Kaleidoscope
Kaleidoscope-LEDEffect-Breathe.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "LEDUtils.h"
5 
6 class LEDBreatheEffect_ : public LEDMode {
7  public:
8  LEDBreatheEffect_(void);
9 
10  void update(void) final;
11 };
12 
LEDBreatheEffect_(void)
Definition: Kaleidoscope-LEDEffect-Breathe.cpp:3
Definition: Kaleidoscope-LEDEffect-Breathe.h:6
Definition: Kaleidoscope-LEDControl.h:11
void update(void) final
Definition: Kaleidoscope-LEDEffect-Breathe.cpp:6
LEDBreatheEffect_ LEDBreatheEffect
Definition: Kaleidoscope-LEDEffect-Breathe.cpp:11