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:
Mon Mar 12 04:52:03 2018 +0000
Parent:
10:a0fe66103ea4
Commit message:
12

Changed in this revision

BSP_DISCO_F746NG.lib Show diff for this revision Revisions of this file
F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
F746_SAI_IO.lib Show annotated file Show diff for this revision Revisions of this file
LCD_DISCO_F746NG.lib Show diff for this revision Revisions of this file
TS_DISCO_F746NG.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r a0fe66103ea4 -r 0bb3dfef6d78 BSP_DISCO_F746NG.lib
--- a/BSP_DISCO_F746NG.lib	Fri Mar 17 01:30:44 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/teams/ST/code/BSP_DISCO_F746NG/#fe313c53cdb5
diff -r a0fe66103ea4 -r 0bb3dfef6d78 F746_GUI.lib
--- a/F746_GUI.lib	Fri Mar 17 01:30:44 2017 +0000
+++ b/F746_GUI.lib	Mon Mar 12 04:52:03 2018 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#d7f9f667fa68
+https://os.mbed.com/users/MikamiUitOpen/code/F746_GUI/#50b8f7654c36
diff -r a0fe66103ea4 -r 0bb3dfef6d78 F746_SAI_IO.lib
--- a/F746_SAI_IO.lib	Fri Mar 17 01:30:44 2017 +0000
+++ b/F746_SAI_IO.lib	Mon Mar 12 04:52:03 2018 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/MikamiUitOpen/code/F746_SAI_IO/#66f6a85cebc6
+https://developer.mbed.org/users/MikamiUitOpen/code/F746_SAI_IO/#61e2c3cc79a3
diff -r a0fe66103ea4 -r 0bb3dfef6d78 LCD_DISCO_F746NG.lib
--- a/LCD_DISCO_F746NG.lib	Fri Mar 17 01:30:44 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://developer.mbed.org/teams/ST/code/LCD_DISCO_F746NG/#d44525b1de98
diff -r a0fe66103ea4 -r 0bb3dfef6d78 TS_DISCO_F746NG.lib
--- a/TS_DISCO_F746NG.lib	Fri Mar 17 01:30:44 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://developer.mbed.org/teams/ST/code/TS_DISCO_F746NG/#fe0cf5e2960f
diff -r a0fe66103ea4 -r 0bb3dfef6d78 main.cpp
--- a/main.cpp	Fri Mar 17 01:30:44 2017 +0000
+++ b/main.cpp	Mon Mar 12 04:52:03 2018 +0000
@@ -3,10 +3,11 @@
 //  リアルタイムでヘッドフォン出力 (CN10) へ出力する
 //
 //  ライブラリのリビジョン:
-//      BSP_DISCO_F746NG    rev.7
-//      mbed                rev.138
+//      F746_GUI     33
+//      F746_SAI_IO  12
+//      mbed        161
 //
-//  2017/03/17, Copyright (c) 2016 MIKAMI, Naoki
+//  2018/03/12, Copyright (c) 2018 MIKAMI, Naoki
 //---------------------------------------------------
 
 #include "F746_GUI.hpp"
diff -r a0fe66103ea4 -r 0bb3dfef6d78 mbed.bld
--- a/mbed.bld	Fri Mar 17 01:30:44 2017 +0000
+++ b/mbed.bld	Mon Mar 12 04:52:03 2018 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/093f2bd7b9eb
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/aa5281ff4a02
\ No newline at end of file