Go to the documentation of this file.
32 unsigned long millis(
void);
40 unsigned long micros(
void);
46 void delay(uint32_t milliseconds);
51 #define delayMilliseconds(ms) delay(ms)
Time< T > time(Unit unit, T value)
Helper function to create a Time and deduce the type.
Definition: NanoTime.h:429
void delay(uint32_t milliseconds)
Pause execution.
unsigned long millis(void)
Get the system (up)time in milliseconds.
unsigned long micros(void)
Get the time from clock in microseconds.
void delayMicroseconds(uint32_t time)
Pause execution.