micropython: add micropython component
This commit is contained in:
14
components/language/micropython/tests/pyb/pin.py.exp
Normal file
14
components/language/micropython/tests/pyb/pin.py.exp
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user