One Button Simon: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "== Exercise 1 == Create a program to time how long the user presses a push button. Starting code / circuit: http://arduino.cc/en/Tutorial/Button")
 
No edit summary
Line 6: Line 6:


http://arduino.cc/en/Tutorial/Button
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.

Revision as of 15:44, 9 November 2010

Exercise 1

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.