parent
221901e98c
commit
4b535a65e4
2
boot.py
2
boot.py
|
@ -3,7 +3,7 @@ import digitalio
|
|||
import storage
|
||||
|
||||
noStorageStatus = False
|
||||
noStoragePin = digitalio.DigitalInOut(GP15)
|
||||
noStoragePin = digitalio.DigitalInOut(GP0)
|
||||
noStoragePin.switch_to_input(pull=digitalio.Pull.UP)
|
||||
noStorageStatus = not noStoragePin.value
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
Loading…
Reference in New Issue