Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

arduino millis()

/*Description
Returns the number of milliseconds passed since the Arduino board began running
the current program. This number will overflow (go back to zero), after
approximately 50 days.

Syntax
*/
time = millis();
Source by www.arduino.cc #
 
PREVIOUS NEXT
Tagged: #arduino
ADD COMMENT
Topic
Name
6+5 =