3m
List File Structure in Arduino
Often, your project may involve saving data in the file system while performing normal operations, such as creating directories and creating, writing, appending to, or deleting files. To keep track of these files and directories, you need a way of organising them. I will show you my way using Arduino JSON.

Gideon Maina