for testing

Dependencies:   mbed

Fork of 3_sound by MakingMusicWorkshop

Files at this revision

API Documentation at this revision

Comitter:
maclobski
Date:
Tue May 10 03:32:09 2016 +0000
Parent:
0:586507ee54a5
Commit message:
for testing

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 586507ee54a5 -r e3b759c26b28 main.cpp
--- a/main.cpp	Mon May 09 19:50:27 2016 +0000
+++ b/main.cpp	Tue May 10 03:32:09 2016 +0000
@@ -23,6 +23,14 @@
 }
 
 // YOUR CODE HERE
+//REMOVE
+static void play_note1() {
+    play_tone(NOTE_C4, 200);
+}
+static void play_note2() {
+    play_tone(NOTE_D4, 200);
+}
+//END REMOVE
 
 // this code runs when the microcontroller starts up
 int main() {