MicrOS
micros_pc_speaker.h
Go to the documentation of this file.
1 #ifndef MICROS_PC_SPEAKER_H
2 #define MICROS_PC_SPEAKER_H
3 
4 #include "micros_interrupts.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
11 
16 
18 
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
void micros_pc_speaker_disable_sound()
Disables PC speaker.
Definition: micros_pc_speaker.c:8
void micros_pc_speaker_enable_sound(uint32_t frequency)
Enables PC speaker and does BEEEEP.
Definition: micros_pc_speaker.c:3
size_t uint32_t
Unsigned integral type.
Definition: string.h:8