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