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.
Diff: Music/Music.h
- Revision:
- 8:21b6d4dbce44
- Parent:
- 5:b9cf407bcc63
- Child:
- 14:1e6f74233e8e
diff -r 68e06dda79f7 -r 21b6d4dbce44 Music/Music.h
--- a/Music/Music.h Wed Apr 17 12:39:46 2019 +0000
+++ b/Music/Music.h Fri Apr 19 17:54:09 2019 +0000
@@ -18,6 +18,7 @@
~Music();
void init(const int* data,int length);
void play_next();
+ void play_tone(int freq,int duration);
private: