#include <stdint.h>
Go to the source code of this file.
- Author
- Keeton Feavel (keeto.nosp@m.nfea.nosp@m.vel@c.nosp@m.edar.nosp@m.ville.nosp@m..edu)
- Version
- 0.3
- Date
- 2019-11-25
- Copyright
- Copyright the Xyris Contributors (c) 2019
Definition in file spkr.hpp.
◆ spkr_beep()
void spkr_beep |
( |
uint32_t |
freq, |
|
|
uint32_t |
ms |
|
) |
| |
Plays a given frequency for the provided duration.
- Parameters
-
freq | Tone frequency |
ms | Length in milliseconds |
Definition at line 36 of file spkr.cpp.