pi-beep

Crates.iopi-beep
lib.rspi-beep
version0.1.0
sourcesrc
created_at2022-12-12 21:42:02.157001
updated_at2022-12-12 21:42:02.157001
descriptionA reimplementation of `beep` but using the pwm chip of the raspberry pi
homepage
repositoryhttps://github.com/Start9Labs/pi-beep
max_upload_size
id735238
size13,279
Aiden McClelland (dr-bonez)

documentation

README

Usage: pi-beep [OPTIONS]

Options: -f <FREQ_Hz> frequency of the tone in Hertz (Hz) [default: 440] -l <LENGTH_ms> length of the tone in milliseconds (ms) [default: 200] -d <DELAY_ms> delay between repetitions of the tone without delay after last repetition of the tone [default: 100] -D <DELAY_ms> delay between repetitions of the tone with delay after last repetition of the tone -r number of repetitions of the last tone [default: 1] -n, --new [...]
-h, --help Print help information

Commit count: 4

cargo fmt