Skip to content

Utilities¤

Handling time¤

  • void delay(uint32_t ms) : Wait for the specified number of milliseconds
  • void waitSeconds(float seconds) : Wait for the specified number of seconds
  • uint32_t millis() : Returns time since boot in milliseconds
  • float seconds() : Returns time since boot in seconds