#raspberry-pi #pwm #chip #beep

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

#1420 in Hardware support

Download history 6/week @ 2024-02-15 27/week @ 2024-02-22 12/week @ 2024-02-29 12/week @ 2024-03-07 5/week @ 2024-03-14

59 downloads per month

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
~16K SLoC