While studying the official example project, I found that the functions defined in the.c file were not found in int main()
Recently, I have an Audio_playback_and_record project to understand the use of ST MEMS microphone. My purpose is to understand the running order of the functions defined in waverecorder.c, but I find that int main() can not find the function defined in waverecorder.c file. And the main function also has acceleration sensor content, which makes me very confused
The main program is as follows:
I also upload the project
