SAI_IO class for using CODEC (MW8994) as analog input and output. このライブラリを登録した際のプログラム:「F746_AudioIO_Demo」

Dependencies:   Array_Matrix

Dependents:   F746_SD_WavPlayer F746_SD_GraphicEqualizer_ren0620 Joerg_turbo_ede CW_Decoder_using_FFT_on_DiscoF746NG ... more

Revision:
8:9893f8e53b07
Parent:
7:60c57b2dc83e
Child:
9:25a9655d6a0e
--- a/SAI_InOut.cpp	Mon Sep 26 06:59:29 2016 +0000
+++ b/SAI_InOut.cpp	Fri Nov 04 09:20:08 2016 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------
 //  SiaIO class
-//  2016/09/26, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/11/04, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "SAI_InOut.hpp"
@@ -103,7 +103,7 @@
 
         if (IOBOTH_ == OUTPUT)
             if (BSP_AUDIO_OUT_Init(OUTPUT_DEVICE_HEADPHONE,
-                                   90, FS_) == AUDIO_ERROR)
+                                   100, FS_) == AUDIO_ERROR)
                 ErrorTrap();
 
         if (IOBOTH_ != OUTPUT) SetInput();