Prototyping/2019-10-16: Difference between revisions
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
== Play a pattern == | == Play a pattern == | ||
[[Category:LFP]] |
Revision as of 13:39, 16 October 2019
Starting with a very simple program...
void setup() {
tone(11, 220, 60);
delay(100);
tone(11, 440, 60);
delay(100);
tone(11, 880, 60);
delay(1000);
}
void loop() {
}
How do frequencies relate to tones... See Piano key frequencies