Skip to content

Commit ce2bff0

Browse files
committed
fastled CI for DiscoBandCamp
1 parent 5730b4f commit ce2bff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GemmaM0_Band_Jacket/DiscoBandCamp/effects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: MIT
44

55
// Selection of effects from the FastLED library & Macetech RGB Shades
6-
6+
#include "XYmap.h"
77

88
// Triple Sine Waves
99
void threeSine() {

GemmaM0_Band_Jacket/DiscoBandCamp/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: MIT
44

55
// Assorted useful functions and variables
6-
6+
#include "XYmap.h"
77
// Global variables
88
boolean effectInit = false; // indicates if a pattern has been recently switched
99
uint16_t effectDelay = 0; // time between automatic effect changes

0 commit comments

Comments
 (0)