|
||
---|---|---|
pulses | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.sh | ||
pulses-cli.py | ||
pyproject.toml | ||
requirements-dev.txt | ||
requirements.txt | ||
setup.cfg | ||
test.py |
README.md
Pulses
Pulses is a python module to drive LEDs on RPi using PWM (Pulse Width Modulation)
BUILD
-
Clone the repo
git clone https://web.mistrali.pw/gitea/musicalbox/pulses.git
-
apt-get install python3-venv
-
pip install requirements-dev.txt
-
./build.sh
-
pip install dist/pulses-0.90-py3-none-any.whl
CLI tool
There is a CLI tool, called pulses
that you can use to test loops and pulses.
Run pulses -h
to read the usage instructions.