5,710
edits
Changes
→Serial Interface, for debugging
== Serial Interface, for debugging ==
Sketchbook->Examples->Communication->ASCIITable
Basic text output from the microcontroller,
Serial.print()
and
Serial.println()
Use this to verify values and behavior inside of a program, for debugging.