djuseeq / Ch376msc

Arduino library for CH376 mass storage contoller
MIT License
77 stars 17 forks source link

FS Struct needed #79

Open goguelnikov opened 1 year ago

goguelnikov commented 1 year ago

Hello, thanks for your great work! I am trying to read files from USB using the CH376 chip with a VS1053 DAC. when using the examples, I see the function: mp3.connecttoFS(SD, "320k_test.mp3"); // SD card, local file which defines a File system and reads a file. Could you create a similar file system using the CH376 driver to be able to use this type of function? mp3.connecttoFS(USB, "320k_test.mp3"); I don't think it exists? best

goguelnikov commented 1 year ago

@djuseeq : do you think it is feasible ? I am not sure I could, but, I would like to try to do it Thanks

goguelnikov commented 1 year ago

what would really be awesome would be to have all the function of the SD library ! does anybody think it is feasible?