From 862e234e4b03a6580aac35a0521c26c08725ca5b Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 20 Nov 2020 15:17:49 +0100 Subject: [PATCH] Update 'remoteGpioFromPi.py' add all values --- remoteGpioFromPi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/remoteGpioFromPi.py b/remoteGpioFromPi.py index 7a7f2d5..9ba37f4 100644 --- a/remoteGpioFromPi.py +++ b/remoteGpioFromPi.py @@ -3,6 +3,7 @@ from gpiozero import PWMLED from gpiozero.pins.pigpio import PiGPIOFactory from signal import pause from time import sleep +from gpiozero.tools import all_values #This code is meant to be run FROM a Pi connected to the interaction.tools network #It allows you to read/write Pins from other PIs on the network