Added first half of RE'd user_interface.c
This commit is contained in:
parent
3e5af479bc
commit
8c9a77efe8
20 changed files with 745 additions and 30 deletions
8
include/espressif/osapi.h
Normal file
8
include/espressif/osapi.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _OSAPI_H_
|
||||
#define _OSAPI_H_
|
||||
|
||||
void sdk_os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
||||
void sdk_os_timer_arm(ETSTimer *ptimer, uint32_t milliseconds, bool repeat_flag);
|
||||
void sdk_os_timer_disarm(ETSTimer *ptimer);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue