8 years, 6 months ago.

Incorporating your library with Neil Thiessen SDFile library

Eric I have recently successfully integrated Neil Thiessen SDFile and FATFile library into my project to write to the SD card. What I now want to do is to be able to read the contents of the SD card using the USB port, Is your library suitable for my application? I don't need to write data from the PC to the SD card, rather I just need to read the data so I can avoid removing the SD card to get the information of it.

Your advice would be very much appreciated Rudy

Question relating to:

Class that combined FATFileSystem with a USBMSD device, similar to LocalFileSystem fatfilesystem, LocalFileSystem, USBMSD

1 Answer

8 years, 6 months ago.

The library should work for that yes. It also allows for writing too, but then you won't need this. However this is also quite some time ago for me, and it will require you to modify sd library to make it work together. (Should be minor ones, but still, you can't automatically update new versions from Neill after that).

(Also possibly he uses a different FATFileSystem version, because I know he changed stuff, that can be a bit an issue).