R
R
researcher11112018-03-07 20:23:07
Arduino
researcher1111, 2018-03-07 20:23:07

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

2 answer(s)
B
Boris Syomov, 2018-03-07
@kotomyava

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.

O
OnYourLips, 2018-03-07
@OnYourLips

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 question

Ask a Question

731 491 924 answers to any question