User:Laura Macchini/prototyping/ArduinoClappingMusic: 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 15:2615:26, 26 October 2010Laura Macchini talk contribs 703 bytes +703 Created page with "<source lang="c"> char pat[] = "xxx xx x xx "; char doubled[24]; void setup() { doubled[0] = 0; strcat (doubled, pat); strcat (doubled, pat); int doublen = strlen(doubl..."