f303k8 wav player

Dependencies:   SDFileSystem mbed

Revision:
2:203d58b06b0f
Parent:
1:7a3f34b2d18b
--- a/wavPlayer.h	Thu Aug 11 08:29:22 2016 +0000
+++ b/wavPlayer.h	Tue Nov 29 12:09:35 2016 +0000
@@ -13,6 +13,9 @@
     void stop(void);
     void DACOutProc(void);
     void setParameters(uint16_t bitsWidth,uint8_t ch);
+    void rampUp(void);
+    void rampDown(void);
+
 private:
     struct st_streo16bit {
         uint16_t L;