Skip to content

Commit 71d4e2f

Browse files
committed
testing arduino IDE change handling
1 parent 4c8f6a0 commit 71d4e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

color_organ_ledstrip/color_organ_ledstrip.ino

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ void threeMarquee(int totalLEDs) {
136136
}
137137
}
138138

139+
/* Hello world test */
140+
139141
for (int i = 0; i < totalLEDs; i++){
140142
int ledPosition = i + marqueeOffset;
141143

0 commit comments

Comments
 (0)