-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
arduino-libraries/SD
#122Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentType: Bug
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.
per1234
Metadata
Metadata
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentType: Bug