Prototyping/2019-10-16
Revision as of 08:23, 16 October 2019 by Michael Murtaugh (talk | contribs) (Created page with "<source lang="c"> tone(11, 220, 60); delay(100); tone(11, 440, 60); delay(100); tone(11, 880, 60); delay(1000); </source>")
tone(11, 220, 60);
delay(100);
tone(11, 440, 60);
delay(100);
tone(11, 880, 60);
delay(1000);