Search found 1 match
- Wed Apr 26, 2023 8:08 am
- Forum: ESP-IDF
- Topic: driver/gpio.h: No such file or directory
- Replies: 6
- Views: 34498
Re: driver/gpio.h: No such file or directory
It looks like the proper component is `driver`, not `drivers`:
idf_component_register(SRC_DIRS "."
REQUIRES driver
INCLUDE_DIRS "."
"include")
Hi. this worked for me. Could you tell, where you got this information? I can't find a list or something in the programming guide