Changes

Jump to: navigation, search

Week 4 Lab

1 byte added, 14:48, 21 April 2009
Serial Basics
* You can use this to verify values and behavior inside of a program, for debugging, for example:
** Displaying values of sensors: <code>
val=analogRead(input_pin);
Serial.print(val);
</code> (assuming you've done the necessary setup).

Navigation menu