Arduino milli() code example
/*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();
read more