MicrOS
|
#include "micros_interrupts.h"
Go to the source code of this file.
Functions | |
void | micros_pc_speaker_enable_sound (uint32_t frequency) |
Enables PC speaker and does BEEEEP. More... | |
void | micros_pc_speaker_disable_sound () |
Disables PC speaker. More... | |
void micros_pc_speaker_disable_sound | ( | ) |
Disables PC speaker.
Disables PC speaker and stops doing BEEEEP.
void micros_pc_speaker_enable_sound | ( | uint32_t | frequency | ) |
Enables PC speaker and does BEEEEP.
Enables PC speaker and does BEEEEP with the specified frequency.
frequency | Sound frequency. |