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