from machine import Pin
SwitchOne = Pin(17, Pin.IN, Pin.PULL_UP)
SwitchTwo = Pin(15, Pin.IN, Pin.PULL_DOWN)
while True:
Loading
esp32-s3-devkitc-1
esp32-s3-devkitc-1
from machine import Pin
SwitchOne = Pin(17, Pin.IN, Pin.PULL_UP)
SwitchTwo = Pin(15, Pin.IN, Pin.PULL_DOWN)
while True: