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