An open API service indexing awesome lists of open source software.

https://github.com/patlux/pi-blaster-git

archlinux aur package: https://aur.archlinux.org/packages/pi-blaster-git/
https://github.com/patlux/pi-blaster-git

Last synced: 3 months ago
JSON representation

archlinux aur package: https://aur.archlinux.org/packages/pi-blaster-git/

Awesome Lists containing this project

README

        

# pi-blaster-git

Daemon for Raspberry Pi which provides an interface to drive multiple PWM via the GPIO pins.

## Installing

#### via [yaourt](https://github.com/archlinuxfr/yaourt)
```
yaourt -S pi-blaster-git
```

## [systemd](https://wiki.archlinux.org/index.php/Systemd) Service
#### Start on boot
```
sudo systemctl enable pi-blaster
```
#### Start
```
sudo systemctl start pi-blaster
```