tobozo / ESP32-USB-Soft-Host

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

Mass Storage #48

Closed BarakBinyamin closed 5 months ago

BarakBinyamin commented 5 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 5 months ago

hi,

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