#raspberry-pi #beep #pwm #chip

app pi-beep

A reimplementation of beep but using the pwm chip of the raspberry pi

1 unstable release

0.1.0 Dec 12, 2022

#1725 in Hardware support

MIT license

6KB
112 lines

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

Dependencies

~1MB
~15K SLoC