#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

#1507 in Hardware support

Download history 9/week @ 2024-04-07 8/week @ 2024-04-14 13/week @ 2024-04-21 2/week @ 2024-05-12 13/week @ 2024-06-02 20/week @ 2024-06-09 24/week @ 2024-06-16 10/week @ 2024-06-23 17/week @ 2024-07-07 7/week @ 2024-07-14 47/week @ 2024-07-21

71 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
~15K SLoC