@@ -4,8 +4,6 @@ import time
# Setup
GPIO.setmode(GPIO.BCM)
PIN = 26
# Setup pin as input with pull-up
GPIO.setup(PIN, GPIO.IN, pull_up_down=GPIO.PUD_DOWN)
print(f"Monitoring GPIO{PIN}. Press Ctrl+C to exit.")
The note is not visible to the blocked user.