Skip to content

Commit

Permalink
Merge pull request #368 from adafruit/espidf5_rmt
Browse files Browse the repository at this point in the history
remove delay
  • Loading branch information
ladyada authored Nov 2, 2023
2 parents f8ec6ae + 97b5a93 commit 24e102f
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 24e102f

Please sign in to comment.