Module rtos

Source
Expand description

The Real-Time OS API

Functionsยง

micros
Gets the number of microseconds since PROS initialized
millis
Gets the number of milliseconds since PROS initialized
task_delay
Delays the current task for a given number of milliseconds
task_delay_until
Delays the current task until a specified time