Initial commit
This commit is contained in:
13
user/sys_time.h
Normal file
13
user/sys_time.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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();
|
||||
Reference in New Issue
Block a user