1) ~esp-idf\components\driver\include\driver\gpio.h
2) ~esp\esp-idf\components\esp32\include\rom\gpio.h
In the SDK the two of them are clearly identify. e.g. in ~esp\esp-idf\components\driver\sdmmc_host.c
Code: Select all
#include "rom/gpio.h"
#include "driver/gpio.h"