Search found 1 match

by PJ_Nyachogo
Wed Apr 26, 2023 8:08 am
Forum: ESP-IDF
Topic: driver/gpio.h: No such file or directory
Replies: 5
Views: 21327

Re: driver/gpio.h: No such file or directory

seancross wrote:
Thu Jul 14, 2022 1:47 pm
It looks like the proper component is `driver`, not `drivers`:

Code: Select all

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