PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
167 stars 86 forks source link

Update Storage Examples #103

Closed KurtE closed 1 year ago

KurtE commented 1 year ago

Fixes #102

Several of the examples were not updated to work with the now automatic enumeration of partitions code.

I removed a few more pieces of the old manual code and updated the examples to reflect this.

I also updated the wave player example to play all of the wave files in the root directory of the storage instead of some fixed named ones.

@pr8x @mjs513 @wwatson4506

Hopefully did not mess anything up. Pretty straight forward.