wwatson4506 / UsbMscFat

Teensy 36/40/41 Compatiblility Layer for MSC and SdFat
MIT License
9 stars 3 forks source link

Issue with examples #20

Open drwendellh opened 2 years ago

drwendellh commented 2 years ago

I tried compiling "ReadWriteUSB.ino" on a Teensy 4.1 and got an error: 'msController' does not name a type.

drwendellh commented 2 years ago

I'm using a clean install of Aduino IDE 2.0.0 and teensyduino 1.57. None of the examples related to mass storage devices will compile; they all have the error "'msController' does not name a type". Any ideas what is happening?

wwatson4506 commented 2 years ago

Sorry for the slow response. As @KurtE said, you need to use the examples in TD 1.57 USBHost_t36. I will try to adapt some of the examples you posted about and post them on the the forum thread.