Prototyping/2019-10-16

From XPUB & Lens-Based wiki
Revision as of 09: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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  tone(11, 220, 60);
  delay(100);
  tone(11, 440, 60);
  delay(100);
  tone(11, 880, 60);
  delay(1000);