Search found 1 match

by Ajaykrishna123
Sun May 03, 2020 3:36 am
Forum: ESP-IDF
Topic: Unable to add certain components in custom library
Replies: 2
Views: 6377

Unable to add certain components in custom library

I am trying to add my own library as a component in the components directory. I am unable to add certain built in esp if components that my library uses. Here are the include statements in my .c file. #include "esp_log.h" #include "driver/gpio.h" #include "driver/adc.h" #include "esp_adc_cal.h" The ...