Getting string into variable instead of sending it to &Serial

Bolimpa

Member
How would i do something like this that actually works using SdFat library.

Code:
ExFile file;

String filename;
filename = file.printName();
 
Back
Top