uptime static method
Duration since boot, not counting time spent in deep sleep.
Implementation
static Duration uptime() {
return clock.uptime();
}
Duration since boot, not counting time spent in deep sleep.
static Duration uptime() {
return clock.uptime();
}