from time import sleep
from machine import Pin
y=Pin(22,Pin.OUT)
b=Pin(23,Pin.OUT)