The example I showed you yesterday was complete with the three steps showed by Erel. Openreadwrite, write stream and close.
Give a look! It's related to SD filesystem but the only difference is that the library is not rSd.
Remember that in IDE the sketch is started twice and only the second is monitored. So you will find that the file is already present in filesystem! I write this because I spent two days in this non-issue!
It means that in debug mode the sketch is started a first time with no debug and a second one when the debugger connects. So if there are init procedures they are repeated twice so magically you find that values in eprom are already there
It means that in debug mode the sketch is started a first time with no debug and a second one when the debugger connects. So if there are init procedures they are repeated twice so magically you find that values in eprom are already there
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.