micropython/tests/pyb/pin.py.exp

15 wiersze
148 B
Plaintext
Czysty Zwykły widok Historia

2014-08-08 21:38:58 +00:00
Pin(Pin.cpu.A0, mode=Pin.IN)
A0
0
0
2014-08-08 21:38:58 +00:00
Pin(Pin.cpu.A0, mode=Pin.IN, pull=Pin.PULL_UP)
1
2014-08-08 21:38:58 +00:00
Pin(Pin.cpu.A0, mode=Pin.IN, pull=Pin.PULL_DOWN)
0
0
1
0
1
0
1