d3bb3e38df
A few tests still fail on PYBLITE, and that's due to differences in the available peripheral block numbers on the different MCUs (eg I2C(2) exists on one, but it's I2C(3) on the other).
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
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
|