|
|
@ -17,11 +17,13 @@ over and over again. Playful colors they are.
|
|
|
|
To use the plugin, include the header, and tell the firmware to use it:
|
|
|
|
To use the plugin, include the header, and tell the firmware to use it:
|
|
|
|
|
|
|
|
|
|
|
|
```c++
|
|
|
|
```c++
|
|
|
|
|
|
|
|
#include <Kaleidoscope-LEDControl.h>
|
|
|
|
#include <Kaleidoscope-LEDEffect-Chase.h>
|
|
|
|
#include <Kaleidoscope-LEDEffect-Chase.h>
|
|
|
|
|
|
|
|
|
|
|
|
void setup() {
|
|
|
|
KALEIDOSCOPE_INIT_PLUGINS(LEDControl,
|
|
|
|
Kaleidoscope.use(&LEDChaseEffect);
|
|
|
|
LEDEffect-Chase);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setup() {
|
|
|
|
Kaleidoscope.setup();
|
|
|
|
Kaleidoscope.setup();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|