Browse Source

Update 'remoteGpioFromPi.py'

add all values
main
rra 3 years ago
parent
commit
862e234e4b
  1. 1
      remoteGpioFromPi.py

1
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

Loading…
Cancel
Save