A library for the WTV020SD sound breakout board

Dependents:   Nucleo_SoundBoardTest Robot Progetto_finale Progetto_finale_noLCD ... more

Revision:
2:d6b7b90b4387
Parent:
1:b24351bba700
--- a/soundboard.h	Sun Nov 02 11:09:12 2014 +0000
+++ b/soundboard.h	Mon Nov 24 20:09:32 2014 +0000
@@ -70,6 +70,8 @@
     void pause(void);
     /** sets the volume of the playback. Use VOL_0 through to VOL_7*/
     void setVolume(int);
+    /**plays if something else is not playing**/
+    void playPerhapsAsync(int);
 private:
     void sendCommand(unsigned int);
     DigitalOut _resetPin;