Mathias Rasmussen / Music

Files at this revision

API Documentation at this revision

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);