No description
Find a file
2020-06-27 00:48:00 +02:00
gpiopad.py [~]New GPIO pin layout 2020-06-27 00:48:00 +02:00
README.md Initial commit 2020-06-27 00:12:48 +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: SUBSYSTEM=="input", GROUP="input", MODE="0660" KERNEL=="uinput", GROUP="uinput", MODE="0660"