from machine import Pin pin_22 = Pin(22, Pin.OUT)# 高 pin_23 = Pin(23, Pin.OUT)# 低 pin_22.value(1) pin_23.value(0)