1 2 3 4 5 6 7 8 9 10 11 12 13 14
Pin(Pin.cpu.C6, mode=Pin.IN) C6 6 2 Pin(Pin.cpu.C6, mode=Pin.IN, pull=Pin.PULL_UP) 1 Pin(Pin.cpu.C6, mode=Pin.IN, pull=Pin.PULL_DOWN) 0 0 1 0 1 0 1