mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
7bbcee3cf0
To keep them all together, mirroring the top-level directory structure. Signed-off-by: Damien George <damien@micropython.org>
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
Pin(Pin.cpu.A7, mode=Pin.IN)
|
|
A7
|
|
7
|
|
0
|
|
Pin(Pin.cpu.A7, mode=Pin.IN, pull=Pin.PULL_UP)
|
|
1
|
|
Pin(Pin.cpu.A7, mode=Pin.IN, pull=Pin.PULL_DOWN)
|
|
0
|
|
0
|
|
1
|
|
0
|
|
1
|
|
0
|
|
1
|