tobozo / ESP32-USB-Soft-Host

An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
GNU Affero General Public License v3.0
294 stars 44 forks source link

Mass Storage #48

Closed BarakBinyamin closed 10 months ago

BarakBinyamin commented 10 months ago

Would it be completely different to integrate mass storage devices like SD cards? Interested in attempting some shared memory between a laptop and esp32

tobozo commented 10 months ago

hi,

USB-LS is limited to HID devices, this excludes mass storage devices.