Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 335 Bytes

pc-beeper

crates.io docs.rs

The most primitive audio device available on PC-compatible systems with characteristic "beeps" and "squeaks"

Usage

use pc_beeper::Speaker;

let mut speaker = Speaker::new();
speaker.beep(1000, 10);