Where is the driver/* layer in my Arduino/ESP32 libraries?
Posted: Thu Dec 22, 2022 5:16 am
I installed the ESP32-Arduino support (via the Library Manager) according to this link:
https://docs.espressif.com/projects/ard ... ds-manager
But can't find ESP-IDF driver/* layer files at all?
https://docs.espressif.com/projects/esp ... ction.html
To be clear, can't include:
Do I need different installation on top of the ESP32-Arduino support method?
If yes, how can I do it safely without any collisions?
https://docs.espressif.com/projects/ard ... ds-manager
But can't find ESP-IDF driver/* layer files at all?
https://docs.espressif.com/projects/esp ... ction.html
To be clear, can't include:
Code: Select all
#include "driver/xxx.h"
If yes, how can I do it safely without any collisions?