Skip to content

Error in SD println() documentation #11211

Closed
arduino-libraries/SD
#122
@oldishcodger

Description

@oldishcodger

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions