Skip to content

write()

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

size_t write(printType printableVariable, int length)

Writes a character to the out going port. See the Arduino Serial.write() help page for more information.

Clone this wiki locally