One Button Simon: Difference between revisions
Line 21: | Line 21: | ||
== Exercise == | == Exercise == | ||
== Exercise == | == Exercise == | ||
Write code to translate the presses from the user to a fixed pattern | Write code to translate the presses from the user to a fixed pattern |
Revision as of 15:13, 9 November 2010
Exercise
Create a program to time how long the user presses a push button.
Step 1
Starting code / circuit:
http://arduino.cc/en/Tutorial/Button
Make sure your pushbutton circuit is working.
Step 2
Add some output using Arduino's Serial library to help debug.
Serial.println("hello");
Exercise
Exercise
Write code to translate the presses from the user to a fixed pattern