MicrOS
pc_speaker.h
Go to the documentation of this file.
1 #ifndef PC_SPEAKER_H
2 #define PC_SPEAKER_H
3 
4 #include <stdint.h>
5 
8 
9 #endif
void pc_speaker_disable_sound()
Definition: pc_speaker.c:25
void pc_speaker_enable_sound(uint32_t freq)
Definition: pc_speaker.c:6
size_t uint32_t
Unsigned integral type.
Definition: string.h:8