mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Stupid mistakes...
Spotted by @lurch's eagle eyes as usual :)
This commit is contained in:
@@ -4,7 +4,7 @@ from gpiozero.tools import all_values
|
|||||||
from signal import pause
|
from signal import pause
|
||||||
|
|
||||||
factory3 = PiGPIOFactory(host='192.168.1.3')
|
factory3 = PiGPIOFactory(host='192.168.1.3')
|
||||||
factory4 = PiGPIOFactory(host='192.168.1.3')
|
factory4 = PiGPIOFactory(host='192.168.1.4')
|
||||||
|
|
||||||
led = LED(17)
|
led = LED(17)
|
||||||
button_1 = Button(17, pin_factory=factory3)
|
button_1 = Button(17, pin_factory=factory3)
|
||||||
|
|||||||
Reference in New Issue
Block a user