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: play_buzzer.h
- Revision:
- 8:877d9cd31d87
- Parent:
- 7:9837cd1a23c6
--- a/play_buzzer.h Fri Jan 11 08:24:09 2019 +0000
+++ b/play_buzzer.h Fri Jan 11 08:32:32 2019 +0000
@@ -25,7 +25,7 @@
Timeout toff;
///FUNCTIONS AND CONSTRUCTOR
public:
- void play_buzzer(PinName);
+ play_buzzer(PinName);
void beep (int notes, int tones);
void nobeep();
int play(int song);