Walking an Entire Arduino SD Card Directory Tree: A Performance Guide
I was searching for the most efficient generic way to process the whole SD directory tree in Arduino: this can be helpful if you want to search for files or if you want to store the whole file system in a tree in RAM. The Standard SD API Way When Read more






