|
@ -3,6 +3,7 @@ from gpiozero import PWMLED |
|
|
from gpiozero.pins.pigpio import PiGPIOFactory |
|
|
from gpiozero.pins.pigpio import PiGPIOFactory |
|
|
from signal import pause |
|
|
from signal import pause |
|
|
from time import sleep |
|
|
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 |
|
|
#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 |
|
|
#It allows you to read/write Pins from other PIs on the network |
|
|