from machine import Pin,SPI
import time
bo=Pin(9,Pin.IN)
while(1):
print("____________________")
print(bo.value(1))
time.sleep(1)
from machine import Pin,SPI
import time
bo=Pin(9,Pin.IN)
while(1):
print("____________________")
print(bo.value(1))
time.sleep(1)