MCB1700_Welcome/audio.h

9 lines
87 B
C

#ifndef AUDIO_H
#define AUDIO_H
#include <stdbool.h>
void vStartAudio(void);
#endif