Closed
Description
I was having problems in saving data to an SD card so looked up the documentation (https://www.arduino.cc/en/Reference/FilePrintln).
It states
Syntax
file.println()
file.println(data)
file.print(data, BASE)
I believe the last line should read file.println(data, BASE)
I have tried this and it works as expected.
Thank you.