provided code
This commit is contained in:
8
src/devices/speaker.h
Normal file
8
src/devices/speaker.h
Normal file
@@ -0,0 +1,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 */
|
||||
Reference in New Issue
Block a user