Skip to content

Commit

Permalink
Remove LED stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed May 29, 2023
1 parent 5629ede commit b2c2c81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PicoDVI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,7 @@ bool DVItext1::begin(void) {
void PicoDVI::_toggle(void) {
// DVI start/stop must occur on core 1. Signal DVI main loop to toggle
// its state (suspend or resume), block until acknowledged.
pinMode(LED_BUILTIN, OUTPUT);
digitalWrite(LED_BUILTIN, HIGH);
for (dviptr->dvi0.suspendflag = true; dviptr->dvi0.suspendflag; );
digitalWrite(LED_BUILTIN, LOW);
}

/*!
Expand Down

0 comments on commit b2c2c81

Please sign in to comment.