Final version.

Dependencies:   Array_Matrix_1

Fork of F746_SAI_IO by 不韋 呂

Revision:
3:3bfdd8be834f
Parent:
2:1aef7b703249
Child:
4:2170289dfe94
--- a/SAI_InOut.hpp	Mon May 09 13:31:36 2016 +0000
+++ b/SAI_InOut.hpp	Tue May 10 12:26:13 2016 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------
 //  SiaIO class (Header)
-//  2016/05/09, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/05/10, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_SAI_IO_HPP
@@ -90,8 +90,9 @@
 
 
         void InitCodec(uint16_t inputDevice);
-        void InitInput();
-        void InitOutput();
+        void InitInput(uint16_t inputDevice);
+        void SetInput();
+        void SetOutput();
         void ClearBuffer();
 
         static void Captured(int32_t offset);