Josh Davy / Mbed 2 deprecated Flip

Dependencies:   mbed el17jd

Revision:
14:1e6f74233e8e
Parent:
8:21b6d4dbce44
Child:
15:1cb1eb0136aa
--- a/Music/Music.h	Mon May 06 15:07:28 2019 +0000
+++ b/Music/Music.h	Wed May 08 14:41:56 2019 +0000
@@ -10,6 +10,18 @@
 
 
 
+/** Music Class
+
+@brief The Music Class handles the playing of the background music while playing
+the game. It uses the buzzer with PWM audio to play complex waveforms through
+a standard 5V pin of the board.
+@version 1.0
+
+@author Joshua Davy el17jd
+
+@date April 2019
+
+*/
 
 class Music {
 
@@ -18,7 +30,6 @@
     ~Music();
     void init(const int* data,int length);
     void play_next();
-    void play_tone(int freq,int duration);
 
     
 private: