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.
Revision 8:877d9cd31d87, committed 2019-01-11
- Comitter:
- math991e
- Date:
- Fri Jan 11 08:32:32 2019 +0000
- Parent:
- 7:9837cd1a23c6
- Commit message:
- bug fix v. 1.2
Changed in this revision
| play_buzzer.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);