aboutsummaryrefslogtreecommitdiff
path: root/speaker.h
blob: dec1d203c20939e6f93fd4b794f5f66f6402c1f9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SPEAKER_H
#define SPEAKER_H

void speakerInit ();
void speakerStart ();
void speakerStop ();

#endif /* SPEAKER_H */