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/
- Host: GitHub
- URL: https://github.com/patlux/pi-blaster-git
- Owner: patlux
- Created: 2015-05-24T21:58:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T23:02:04.000Z (about 10 years ago)
- Last Synced: 2025-03-07T01:47:19.743Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```