atomic14 / esp32-sdcard-msc

18 stars 1 forks source link

Compile it with Arduino CLI without platform IO #3

Open wbadry opened 7 months ago

wbadry commented 7 months ago

Hello, Is there any mean to make an Arduino version of the library. Mainly just to detect the ESP32S3 connected to SD card as SDIO interface as a USB mass storage device.

I would really appreciate that as the main code I use this code from the ESP32 Arduino core. I find it difficult for me to merge your code with it. I am only looking for data transfer from the SD card once it is recognized as mass storage device.