Crates.io | pi-beep |
lib.rs | pi-beep |
version | 0.1.0 |
source | src |
created_at | 2022-12-12 21:42:02.157001 |
updated_at | 2022-12-12 21:42:02.157001 |
description | A reimplementation of `beep` but using the pwm chip of the raspberry pi |
homepage | |
repository | https://github.com/Start9Labs/pi-beep |
max_upload_size | |
id | 735238 |
size | 13,279 |
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
-h, --help Print help information