Using SdFat with String
hello everybody,
having problem sd library (see post "problem sd library" in section "troubleshooting), going use sdfat library.
i know how use "printname" method result in string object.
thank help.
pierre
having problem sd library (see post "problem sd library" in section "troubleshooting), going use sdfat library.
i know how use "printname" method result in string object.
thank help.
pierre
the following file name myfile , place in arduino string.
the output test case is:
code: [select]
sdfile myfile;
char tmp[13];
// code open mffile goes here
myfile.getfilename(tmp);
string name = tmp;
// verify file name in string.
serial.println(name);
the output test case is:
quote
test.txt
Arduino Forum > Using Arduino > Storage > Using SdFat with String
arduino
Comments
Post a Comment