mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Update sourcevalues docs as suggested in lurch's review
This commit is contained in:
@@ -4,6 +4,7 @@ from signal import pause
|
||||
|
||||
led = LED(4)
|
||||
btn = Button(17)
|
||||
|
||||
led.source = negated(btn.values)
|
||||
|
||||
pause()
|
||||
|
||||
Reference in New Issue
Block a user