How to count how many files exist in the SD card
Hy guys, I want to be able to create a named file in an SD card based on how many files I have in the directory, per example: if I have only 1 file "file1", I'll create the next one as "file2".
I searched the ff.h library, but didn't find anything that seemed usefull. Has anyone know any ideas I might implement to make it work?
Also alternatively, is there a function that reads or compares the name of the file and then create another file with a different name?
