Skip to content

Commit

Permalink
remove delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Nov 2, 2023
1 parent a5856b2 commit 97b5a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ void espShow(uint8_t pin, uint8_t *pixels, uint32_t numBytes, boolean is800KHz)

//pinMode(pin, OUTPUT); // don't do this, will cause the rmt to disable!
rmtWrite(pin, led_data, numBytes * 8, RMT_WAIT_FOR_EVER);
delay(10);
}


Expand Down

0 comments on commit 97b5a93

Please sign in to comment.