boting ren / Mbed 2 deprecated F746_SD_GraphicEqualizer_ren0620

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed

Fork of F746_SD_GraphicEqualizer by 不韋 呂

Revision:
4:14f401cb069a
Parent:
0:e953eb392151
--- a/MyClasses_Functions/SAI_Output.hpp	Sun May 01 14:13:51 2016 +0000
+++ b/MyClasses_Functions/SAI_Output.hpp	Wed May 04 12:41:02 2016 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------
 //  SiaIO class for output (Header)
-//  2016/04/20, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/05/04, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_SAI_IO_HPP
@@ -17,9 +17,7 @@
     public:
         SaiIO_O(int size, int fs);
         ~SaiIO_O();
-
-        void InitCodecOut();
-        
+       
         bool IsXferred();
         void Output(int16_t xL, int16_t xR);
         
@@ -54,6 +52,7 @@
         
         __IO int32_t tmpIndex_;
 
+        void InitCodecOut();
         static void FillBuffer(uint32_t offset);
     };
 }