MCB1700_Welcome/audio.h
2020-11-15 20:14:26 +01:00

9 lines
87 B
C

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