sp

Dependencies:   Array_Matrix

Dependents:   WAV

BSP_AudioIn_Overwrite.hpp

Committer:
phungductung
Date:
2019-06-07
Revision:
0:f255629eada1

File content as of revision 0:f255629eada1:

//--------------------------------------------------------------
//  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