You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CreateiveRobotics edited this page Mar 7, 2020
·
2 revisions
size_tprint(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.