This script uses interrupt controlled buttons for low cpu usage, a speedcontrolled fan (PWM) and a scriptmodule to controll the functions from within the RetroPie environment with the controller.
Run these commands on your Raspberry: curl -s https://packagecloud.io/install/repositories/kintaro/pcb/script.deb.sh | sudo bash sudo apt-get -y install kintarosnes
for packaging use the fpm https://github.com/jordansissel/fpm and then run following command to get a .deb package:
fpm --log error --after-install install.sh --after-remove uninstall.sh --architecture armhf --name kintarosnes --version x.x.x -s dir -t deb --vendor Michael --description "Kintaro SNES PCB Driver" -d python-rpi.gpio -d python3-dialog -d python3-rpi.gpio .
Our packages are hosted on packagecloud.
- Michael Kirsch - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details