Skip to content

Commit ff5fff5

Browse files
committed
remove serial
need to test out adalogger
1 parent 94ce890 commit ff5fff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sparkle_Motion_Mini_Examples/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels/Arduino_Sparkle_Motion_Mini_Multi_NeoPixels.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Adafruit_NeoPixel STRIP_1(NUM_PIXELS, BLOCK_1, NEO_GRB + NEO_KHZ800);
1212
Adafruit_NeoPixel STRIP_2(NUM_PIXELS, BLOCK_2, NEO_GRB + NEO_KHZ800);
1313

1414
void setup() {
15-
Serial.begin(115200);
16-
1715
STRIP_1.begin();
1816
STRIP_2.begin();
1917
}

0 commit comments

Comments
 (0)