ets_delay_us(200*1000); for a 200ms delay. Unfortunately I measure 68ms delay. The function "ets_get_cpu_frequency()" returns 13 in the wake stub, which seems to be wrong? I could not find any information about the default CPU speed in the wake stub, but would assume 40MHz. Is ...
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory #include "rom/ets_sys....
ets_delay_us(200*1000); for a 200ms delay. Unfortunately I measure 68ms delay. The function "ets_get_cpu_frequency()" returns 13 in the wake stub, which seems to be wrong? I could not find any information about the default CPU speed in the wake stub, but would assume 40MHz. Is ...
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory ...
没添加文件是这个错../main/motor.c:41:21: error: implicit declaration of function 'ets_delay_us' [-Werror=implicit-function-declaration] ets_delay_us(DELAY_us); 我添加头文件也报错,../main/motor.c:4:10: fatal error: rom/ets_sys.h: No such file or directory ...