Changes

Week 4 Lab

No change in size, 03:34, 21 April 2009
Serial Interface, for debugging
== Serial Interface, for debugging ==
Sketchbook->Examples->Communication->ASCIITable
 
Basic text output from the microcontroller,
Serial.print()
and
Serial.println()
 
Sketchbook->Examples->Communication->ASCIITable
Use this to verify values and behavior inside of a program, for debugging.