#include <const.h>
Go to the source code of this file.
Defines | |||
| #define | SYSTEM_BEEP_FREQ 0x533 | ||
| Frequency of the system beep. | |||
| #define | SYSTEM_BEEP_TIME 20 | ||
| The system beep duration (in ms). | |||
Functions | |||
| void | sound (uint32_t frequency) | ||
Start a sound using the speaker.
| |||
| void | nosound () | ||
| Turn off the speaker. | |||
| void | beep () | ||
| Play a system beep. | |||
Definition in file speaker.h.
1.2.18