|
AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
|
Header file for delay. More...
Go to the source code of this file.
Functions | |
| uint32_t | millis () |
| Get time elapsed in milli seconds since start-up. More... | |
| int64_t | micros () |
| Get time elapsed in micro seconds since start-up. More... | |
| void | delay (uint32_t waitTime_u32) |
| Delay, wait until given time period. More... | |
Header file for delay.
| void delay | ( | uint32_t | waitTime_u32 | ) |
Delay, wait until given time period.
| [in] | waitTime_u32 | Number of milli-seconds to wait |
| int64_t micros | ( | ) |
Get time elapsed in micro seconds since start-up.
| none |
| uint32_t millis | ( | ) |
Get time elapsed in milli seconds since start-up.
| none |