One Button Simon: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Exercise | == Exercise == | ||
Create a program to time how long the user presses a push button. | Create a program to time how long the user presses a push button. |
Revision as of 14:56, 9 November 2010
Exercise
Create a program to time how long the user presses a push button.
Starting code / circuit:
http://arduino.cc/en/Tutorial/Button
Exercise
Record a sequence of button presses (and releases) and have the arduino play back the pattern on the speaker.