Use this tag when the topic of discussion includes inherent delays in processing of code. That may include situations where programming is using delay() or millis() to precisely time code for bit-banging, among other things.
Use this tag when the topic of discussion includes inherent delays in processing of code. That may include situations where programming is using delay() or millis() to precisely time code for bit-banging, among other things.
Often this is related to the top speed of the underlying processor, which is beyond the programmer's control.
It may also include the effects of adding more programming statements in time-sensitive code.
Plus it can also include the effects of including print or write statements in code for debugging, and how they increase the overall latency of the program.