Go to file
2020-06-29 20:08:23 +02:00
gpiopad.py [+] Guide BTN 2020-06-27 19:53:26 +02:00
LICENSE [+] WTFPL License 2020-06-29 20:08:23 +02:00
README.md New line fix 2020-06-27 03:58:21 +02:00

Requires python3, python-uinput and RPi.GPIO

Make sure that user pi can open the uinput device.

Enable access to it:

sudo groupadd -f uinput

sudo gpasswd -a pi uinput

Open /etc/udev/rules.d/99-input.rules and add this:

SUBSYSTEM=="input", GROUP="input", MODE="0660"

KERNEL=="uinput", GROUP="uinput", MODE="0660"