keyboardio / Kaleidoscope-Bundle-Keyboardio

A Kaleidoscope distribution for the Keyboardio Model 01 and other keyboards.
Other
17 stars 24 forks source link

Fix fencepost error in delay() & delayMicroseconds() #44

Closed gedankenexperimenter closed 2 years ago

gedankenexperimenter commented 2 years ago

Computing the end time by calling millis() meant that delay() was calling millis() one more time than requested. The same problem existed for delayMicroseconds().