Files
micropython/tests/ports/stm32/pin.py.exp
Damien George 7bbcee3cf0 tests: Move port-specific test directories into tests/ports/ directory.
To keep them all together, mirroring the top-level directory structure.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-22 11:48:27 +11:00

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