-
Notifications
You must be signed in to change notification settings - Fork 7
println()
CreateiveRobotics edited this page Mar 7, 2020
·
2 revisions
size_t println()
size_t println(printType printableVariable)
size_t println(printType printableVariable, int fmt)
Prints a variable or String to the out going port and append a carriage return and newline character. An optional format specifier can be included. See the Arduino Serial.println() help page for more information.