October 3, 2016 at 10:37 PM #1 HiIs there any add-on or script allowing to use volume knob link in this article ?Rotary classBRJanusz
October 3, 2016 at 11:00 PM Official Post #2 The rpi-tools addon includes the RPi.GPIO library.then you would have to prepend the code with something like Code import sys sys.path.append('/storage/.kodi/addons/virtual.rpi-tools/lib') import RPi.GPIO as GPIO
October 5, 2016 at 8:30 AM #3 Quote from lrusak The rpi-tools addon includes the RPi.GPIO library. then you would have to prepend the code with something like Code import sys sys.path.append('/storage/.kodi/addons/virtual.rpi-tools/lib') import RPi.GPIO as GPIO Thanks, I'll try to use it.