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:
0:eade5d3ae0eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BSP_AudioIn_Overwrite.hpp	Thu May 05 11:12:45 2016 +0000
@@ -0,0 +1,15 @@
+//--------------------------------------------------------------
+//  Overwrite functuions and define calback function (Header)
+//  for functions in stm32746g_discovery_audio.cpp
+//--------------------------------------------------------------
+
+#ifndef F746_AUDIO_IN_OVERWRITE_HPP
+#define F746_AUDIO_IN_OVERWRITE_HPP
+
+#include "stm32746g_discovery_audio.h"
+#include "SAI_InOut.hpp"
+
+void AUDIO_IN_SAIx_DMAx_IRQHandler();
+
+#endif  // F746_AUDIO_IN_OVERWRITE_HPP
+