Added Sate output
This commit is contained in:
parent
b4d1844b68
commit
21b636aa98
48 changed files with 1363 additions and 3742 deletions
4
rgbled.h
4
rgbled.h
|
|
@ -18,6 +18,8 @@ private:
|
|||
bool _fade = true;
|
||||
uint8_t _fadeSpeed = 7;
|
||||
|
||||
bool _powerd = false;
|
||||
|
||||
void patternStep();
|
||||
|
||||
public:
|
||||
|
|
@ -36,6 +38,8 @@ public:
|
|||
uint8_t getR();
|
||||
uint8_t getB();
|
||||
uint8_t getG();
|
||||
bool isPowerd();
|
||||
uint8_t getPattern();
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue