-
Notifications
You must be signed in to change notification settings - Fork 7
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.