Chapter006_Zara_F746NG

Dependencies:   F746_GUI SRF08 Array_Matrix TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG SDFileSystem_Warning_Fixed FrequencyResponseDrawer F746_SAI_IO

Revision:
7:2964179ff931
Parent:
1:cc2669b9d1e2
Child:
9:fe097e4c9024
--- a/MyClasses_Functions/MyFunctions.hpp	Sun May 01 14:05:06 2016 +0000
+++ b/MyClasses_Functions/MyFunctions.hpp	Sat May 07 07:58:42 2016 +0000
@@ -1,13 +1,13 @@
 //--------------------------------------------------------------
 //  フィルタ処理付き SD オーディオプレーヤーで使う大域関数(ヘッダ)
 //
-//  2016/04/20, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/05/07, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #ifndef F746_MY_FUNCTIONS_HPP
 #define F746_MY_FUNCTIONS_HPP
 
-#include "SAI_Output.hpp"
+#include "SAI_InOut.hpp"
 #include "ButtonGroup.hpp"
 #include "FileSelectorWav.hpp"
 #include "DesignerDrawer.hpp"
@@ -16,7 +16,7 @@
 using namespace Mikami;
 
 // 1フレーム分の信号処理 (IIR フィルタ) の実行
-void ProcessSignal(SD_WavReader &sdReader, SaiIO_O &mySai,
+void ProcessSignal(SD_WavReader &sdReader, SaiIO &mySai,
                    int16_t sn[], float g0, Biquad hn[],
                    int order, bool filterOn);