|
roo_time
API Documentation for roo_time
|
#include "roo_time.h"Go to the source code of this file.
Namespaces | |
| namespace | roo_time |
| Umbrella header for the roo_time module. | |
Macros | |
| #define | IRAM_ATTR |
| #define | ROO_TIME_UPTIME_MONOTONE 0 |
Functions | |
| void | roo_time::Delay (Duration duration) |
Delays execution for duration. | |
| void | roo_time::DelayUntil (Uptime deadline) |
Delays execution until deadline. | |
Variables | |
| static int64_t | roo_time::last_reading = 0 |
| static int64_t | roo_time::offset = 0 |
| #define IRAM_ATTR |
Definition at line 100 of file uptime_now.cpp.
| #define ROO_TIME_UPTIME_MONOTONE 0 |
Definition at line 106 of file uptime_now.cpp.