User:Laurier Rochon/prototyping/clapping music button: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 October 2010

  • curprev 14:3714:37, 26 October 2010Laurier Rochon talk contribs 645 bytes +645 Created page with "<source lang="C"> //pattern String pat = "XXX XX X XX "; //pin for button const int buttonPin = 9; //original button state int buttonState = 0; void setup() { //setup mode fo..."