mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-27 19:56:03 +00:00
13 lines
250 B
C
Executable File
13 lines
250 B
C
Executable File
#include "c_types.h"
|
|
|
|
// returns time until boot in us
|
|
uint64_t ICACHE_FLASH_ATTR get_long_systime();
|
|
|
|
// returns lower half of time until boot in us
|
|
uint64_t ICACHE_FLASH_ATTR get_low_systime();
|
|
|
|
// initializes the timer
|
|
void init_long_systime();
|
|
|
|
|