Utilities¤
Handling time¤
void delay(uint32_t ms): Wait for the specified number of millisecondsvoid waitSeconds(float seconds): Wait for the specified number of secondsuint32_t millis(): Returns time since boot in millisecondsfloat seconds(): Returns time since boot in seconds