Answer the question
In order to leave comments, you need to log in
Minimum delay in Arduino and RaspberryPi?
What is the minimum delay in Arduino and RaspberryPi?
1ms? Or maybe 0.1?
Answer the question
In order to leave comments, you need to log in
The shortest delay, this is one cycle of the processor, is implemented by the NOP (no operation) instruction.
Its duration depends on the clock frequency of the processor. And in the case of ARM, even on the mode of operation.
The shortest operation - writing a byte to memory on the Arduino Uno - 0.00012ms (2 cycles).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question