We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5730b4f commit ce2bff0Copy full SHA for ce2bff0
GemmaM0_Band_Jacket/DiscoBandCamp/effects.h
@@ -3,7 +3,7 @@
3
// SPDX-License-Identifier: MIT
4
5
// Selection of effects from the FastLED library & Macetech RGB Shades
6
-
+#include "XYmap.h"
7
8
// Triple Sine Waves
9
void threeSine() {
GemmaM0_Band_Jacket/DiscoBandCamp/utils.h
// Assorted useful functions and variables
// Global variables
boolean effectInit = false; // indicates if a pattern has been recently switched
uint16_t effectDelay = 0; // time between automatic effect changes
0 commit comments