esp32使用adc例程时报错:esp_adc_cal.h: No such file or directory #include “esp_adc_cal.h“
esp32使用adc例程(时报错:esp_adc_cal.h: No such file or directory #include "esp_adc_cal.h"
在使用single_read中的adc1例程时编译出错,解决方法:在CMakeLists.txt中的加上 esp_adc_cal
以前是这样的:编译报错 fatal error: esp_adc_cal.h: No such file or directory #include “esp_adc_cal.h”
idf_component_register(SRCS
"adc_init.c"
INCLUDE_DIRS .
REQUIRES fatfs
)
加上之后
esp32使用adc例程时报错:esp_adc_cal.h: No such file or directory #include “esp_adc_cal.h“最先出现在Python成神之路。
共有 0 条评论