Hi guys,
For my datalogger project, I used the RTC Energia Library embeddedcomputing.weebly.com/date-and-time-library.html.
For my programm I want to write the data, which are written on the Serial communication, on my SD Card with a sprintf() function.
But when I tried to write the data, I get the error that the stringDataTime(myEpochRTC) couldn't converted to String.
Does anybody know how to deal with that?
LG,
Chris