void delay_us(uint64_t dwUs)
Pauses the program for the amount of time (in microseconds) specified as parameter.
Definition: time.cpp:24
uint32_t time_ms(void)
Returns the number of milliseconds since the Arduino board began running the current program....
Definition: time.cpp:18
uint32_t time_min()
Get the current time, in minutes.
Definition: time.h:56
void delay_s(uint32_t s)
pause the current task for the given number of seconds
Definition: time.h:58
uint32_t time_s()
Get the current time, in seconds.
Definition: time.h:54
void delay_ms(uint32_t dwMs)
Pauses the program for the amount of time (in miliseconds) specified as parameter....
Definition: time.cpp:22
uint64_t time_us(void)
Returns the number of microseconds since the Arduino board began running the current program.
Definition: time.cpp:20
Program scope.
Definition: control_fixed_modes.hpp:12