2.5 Time Functions
2.5.1 void delay(ms);
2.5.2 void delayMicroseconds(us);
2.5.3 unsigned long millis();
2.5.4 unsigned long micros();
Last updated