Open goguelnikov opened 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
what would really be awesome would be to have all the function of the SD library ! does anybody think it is feasible?
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