Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Remove the artificial delays
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralAI committed Dec 3, 2021
1 parent 6b94cd5 commit b18191a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions lib/FlashPROM/src/FlashPROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ void FlashPROM::start()

if (reset)
this->reset();

// Just wait a bit to make sure things are settled
sleep_ms(50);
}

/* We don't have an actual EEPROM, so we need to be extra careful about minimizing writes. Instead
Expand Down
1 change: 0 additions & 1 deletion src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ void DisplayModule::setup()
-1,
options.i2cSpeed);

sleep_ms(100);
obdSetContrast(&obd, 0xFF);
obdSetBackBuffer(&obd, ucBackBuffer);
clearScreen(1);
Expand Down

0 comments on commit b18191a

Please sign in to comment.