Pulses is a python module to drive RPi leds with PWM
Go to file
Andrea Mistrali e61c3bb78f
Update README
2023-05-02 13:28:41 +02:00
.vscode Packaging and CLI tool 2023-05-02 13:12:47 +02:00
pulses Fixes for real RPi run 2023-05-02 13:25:59 +02:00
.gitignore First version 2023-05-01 07:04:56 +02:00
LICENSE Initial commit 2023-04-29 09:14:37 +00:00
README.md Update README 2023-05-02 13:28:41 +02:00
build.sh First version 2023-05-01 07:04:56 +02:00
pyproject.toml Newat and clean 2023-05-02 11:58:53 +02:00
requirements-dev.txt First version 2023-05-01 07:04:56 +02:00
requirements.txt Packaging and CLI tool 2023-05-02 13:12:47 +02:00
setup.cfg Packaging and CLI tool 2023-05-02 13:12:47 +02:00
test.py Newat and clean 2023-05-02 11:58:53 +02:00

README.md

Pulses

Pulses is a python module to drive LEDs on RPi using PWM (Pulse Width Modulation)

INSTALL

  1. Clone the repo

    git clone https://web.mistrali.pw/gitea/musicalbox/pulses.git

  2. apt-get install python3-venv

  3. pip install requirements-dev.txt

  4. ./build.sh

  5. 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.