diff options
| author | EnricoGuccii <partyka.003@gmail.com> | 2025-05-11 19:11:37 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@gmail.com> | 2025-05-11 19:11:37 +0200 |
| commit | f3a5b90d090fda687adad44e37200fa446fcf7e0 (patch) | |
| tree | b7c432c13d4427cc2622c9b149522a97db55b302 /lib/rgb/rgb.h | |
| parent | cf9a1f07ed519cadd58e38794616d0a9596be4ae (diff) | |
add motors
Diffstat (limited to 'lib/rgb/rgb.h')
| -rw-r--r-- | lib/rgb/rgb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rgb/rgb.h b/lib/rgb/rgb.h index 3850f0a..fddeae8 100644 --- a/lib/rgb/rgb.h +++ b/lib/rgb/rgb.h @@ -11,6 +11,7 @@ public: uint8_t currentB; RGB(); + void init(); void setColorRGB(uint8_t red, uint8_t green, uint8_t blue, bool saveColor); void fadeColor(uint8_t red, uint8_t green, uint8_t blue, int duration); void blink(int cycles, int interval); |