Skip to content

Commit

Permalink
remove serial
Browse files Browse the repository at this point in the history
need to test out adalogger
  • Loading branch information
BlitzCityDIY committed Jan 22, 2025
1 parent 94ce890 commit ff5fff5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Adafruit_NeoPixel STRIP_1(NUM_PIXELS, BLOCK_1, NEO_GRB + NEO_KHZ800);
Adafruit_NeoPixel STRIP_2(NUM_PIXELS, BLOCK_2, NEO_GRB + NEO_KHZ800);

void setup() {
Serial.begin(115200);

STRIP_1.begin();
STRIP_2.begin();
}
Expand Down

0 comments on commit ff5fff5

Please sign in to comment.