changed update frequency of serial interface

This commit is contained in:
2026-06-13 13:20:03 +05:30
parent 1ae4ade65e
commit 74215c638a

View File

@@ -6,4 +6,4 @@ live_pin = Pin(3, Pin.IN, Pin.PULL_UP)
while True:
print(f"{inverter_pin.value()}{live_pin.value()}")
time.sleep(1)
time.sleep(0.1)