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
15
void
micros_pc_speaker_enable_sound
(
uint32_t
frequency);
16
18
21
void
micros_pc_speaker_disable_sound
();
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
micros_interrupts.h
micros_pc_speaker_disable_sound
void micros_pc_speaker_disable_sound()
Disables PC speaker.
Definition:
micros_pc_speaker.c:8
micros_pc_speaker_enable_sound
void micros_pc_speaker_enable_sound(uint32_t frequency)
Enables PC speaker and does BEEEEP.
Definition:
micros_pc_speaker.c:3
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
library
src
micros
micros_pc_speaker.h
Generated by
1.8.13