Elements used in the Balls and Things games for the RETRO.

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
1:71185a0aadfc
Parent:
0:3d0db4e183ee
--- a/SoundFX.h	Fri Feb 06 09:51:06 2015 +0000
+++ b/SoundFX.h	Fri Feb 06 10:18:02 2015 +0000
@@ -6,7 +6,6 @@
 {
     public:
         SoundFX();
-        void checkPwm();
         void reset();
         void beep(int nDuration=1);
         void beepShort();
@@ -20,12 +19,6 @@
         void musicCompleted(void);
 
     private:
-        static const int BOUNCE1_SOUND_TICKS = 1;
-        static const int BOUNCE2_SOUND_TICKS = 2;
-
-//        PwmOut pwm;
-//        int pwmTicksLeft;
         bool fMute;
         MusicEngine music;
-        
 };