summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/pin.py.exp
blob: 599374600a966a03cc45eb0ebac9238990dc3652 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pin(Pin.cpu.A0, mode=Pin.IN)
A0
0
0
Pin(Pin.cpu.A0, mode=Pin.IN, pull=Pin.PULL_UP)
1
Pin(Pin.cpu.A0, mode=Pin.IN, pull=Pin.PULL_DOWN)
0
0
1
0
1
0
1