You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
148 B
14 lines
148 B
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
|
|
|