summaryrefslogtreecommitdiffstats
path: root/devices/speaker.h
blob: 98cef7b1f7aa2e018f8bce15ac879b9dc5429b82 (plain)
1
2
3
4
5
6
7
8
#ifndef DEVICES_SPEAKER_H
#define DEVICES_SPEAKER_H

void speaker_on (int frequency);
void speaker_off (void);
void speaker_beep (void);

#endif /* devices/speaker.h */