Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 3_sound by
Revision 1:e3b759c26b28, committed 2016-05-10
- 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 |
--- 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() {