Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the functions of time in Arduino?
Home
Arduino
What are the functions of time in Arduino?
0
votes
asked
Oct 8, 2020
in
Arduino
by
sharadyadav1986
What are the functions of time in Arduino?
#time-in-arduino
#function-time-in-arduino
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 8, 2020
by
SakshiSharma
In Arduino, there are four functions of time:
1) delay()
2) delayMicroseconds() :
3) millis()
4) micros()
...