Skip to content

Commit

Permalink
reduce delay
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Dec 31, 2023
1 parent b5f92e3 commit 426e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TMC7300.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TMC7300IC {
digitalWrite(pin, HIGH); // Stop bit
delayMicroseconds(uartDelay);
}
delay(10); // TODO: DELAY SOME BETWEEN MESSAGES?
delayMicroseconds(uartDelay * 66);
}
// uint32_t readRegister(uint8_t address)
// {
Expand Down

0 comments on commit 426e788

Please sign in to comment.