1 2 3 4 5 6 7 8 9 10 11 12
#ifndef MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H #define MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H #include <stdbool.h> #include <stdint.h> extern int ets_loop_iter_disable; extern uint32_t system_time_high_word; bool ets_loop_iter(void); #endif // MICROPY_INCLUDED_ESP8266_ETS_ALT_TASK_H