Use sdspi_host.c in Arduino IDE
Posted: Sun Dec 17, 2017 8:35 pm
I want to use the sd card example in Arduino IDE. It's working fine in ESP-IDF. Is this possible?
I included all the librarys, but i get the following error
I included all the librarys, but i get the following error
All other librarys can be compiled (e.g. esp_vfs_fat.h, driver/sdmmc_host.h and so on). So it seems, that it finds the other 'esp-idf' librarys.C:\Documents\Arduino\project\project.ino:17:31: fatal error: driver/sdspi_host.h: No such file or directory
compilation terminated.
exit status 1