@@ -1,7 +1,7 @@
import time
from machine import Pin
Inverter_Pin = Pin(4, Pin.IN)
Inverter_Pin = Pin(4, Pin.IN, Pin.PULL_UP)
while True:
print(Inverter_Pin.value())
The note is not visible to the blocked user.