0 votes
in Arduino by
What are the functions of time in Arduino?

1 Answer

0 votes
by
In Arduino, there are four functions of time:

1) delay()

2) delayMicroseconds() :

3) millis()

4) micros()
...