Hi.
Can ESP32 use ESP-IDF code and Arduino code at the same time? (same file)
Re: Mixing ESP-IDF code and Arduino code
Posted: Mon Mar 23, 2020 5:42 am
by chegewara
Sure.
Basically most arduino-esp32 is just wrapper around esp-idf. Also you may want to read about arduino as component to learn some more, but you can use plain esp-idf in arduino project.