Skip to content

print()

CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
size_t print(printType printableVariable)

size_t print(printType printableVariable, int fmt)

Prints a variable or String to the out going port. An optional format specifier can be included. See the Arduino Serial.print() help page for more information.

Clone this wiki locally