07-07-2021, 05:10 PM
But I'm all nervous Kent, I don't want to break my system!
But I did go a-hacking anyway and find that:
Code:
if GPIO.input(channel) == 0:
Code:
if GPIO.input(channel) == 1:
Now to work out how that works because my current understanding suggests it shouldn't be enough on its own.
----------------
Robert
Robert