|
Arduino DLNA Server
|
In-memory directory tree built from SdFat recursive listings. More...


Go to the source code of this file.
Classes | |
| class | tiny_dlna::SdFatDirectoryTree< FS > |
| Simple in-memory directory tree built using SdFat recursive directory listing. More... | |
Namespaces | |
| namespace | tiny_dlna |
In-memory directory tree built from SdFat recursive listings.
This header provides SdFatDirectoryTree<FS>, a small utility that uses SdFat's ls() to stream directory entries into a parser and construct a navigable tree. The TreeNode type is defined in TreeNode.h.