Demo program of SAI_IO class for audio signal input and output. DISCO-F746 搭載の CODEC (WM8994) を使ってオーディオ信号の入出力を行うための SAI_IO クラスの使用例.

Dependencies:   BSP_DISCO_F746NG F746_GUI F746_SAI_IO LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Fri Mar 17 01:30:44 2017 +0000
Parent:
9:d7adac23e221
Child:
11:0bb3dfef6d78
Commit message:
11

Changed in this revision

F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/F746_GUI.lib	Thu Mar 16 23:38:19 2017 +0000
+++ b/F746_GUI.lib	Fri Mar 17 01:30:44 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#835a6b1c0fad
+http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#d7f9f667fa68
--- a/main.cpp	Thu Mar 16 23:38:19 2017 +0000
+++ b/main.cpp	Fri Mar 17 01:30:44 2017 +0000
@@ -3,10 +3,10 @@
 //  リアルタイムでヘッドフォン出力 (CN10) へ出力する
 //
 //  ライブラリのリビジョン:
-//      BSP_DISCO_F746NG    rev.5
-//      mbed                rev.131
+//      BSP_DISCO_F746NG    rev.7
+//      mbed                rev.138
 //
-//  2017/03/16, Copyright (c) 2016 MIKAMI, Naoki
+//  2017/03/17, Copyright (c) 2016 MIKAMI, Naoki
 //---------------------------------------------------
 
 #include "F746_GUI.hpp"