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:
7:60c57b2dc83e
Parent:
5:20cc265d7aec
Child:
8:9893f8e53b07
--- a/SAI_InOut.cpp	Mon Aug 15 07:14:31 2016 +0000
+++ b/SAI_InOut.cpp	Mon Sep 26 06:59:29 2016 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------
 //  SiaIO class
-//  2016/07/23, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/09/26, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #include "SAI_InOut.hpp"
@@ -113,7 +113,7 @@
     void SaiIO::InitInput(uint16_t inputDevice)
     {
         int audioInVolume = (inputDevice == INPUT_DEVICE_INPUT_LINE_1) ?
-                            70 : 100;
+                            70 : 90;
         InputFp = (inputDevice == INPUT_DEVICE_INPUT_LINE_1) ?
                   &SaiIO::InputNormal : &SaiIO::InputReversal;