from machine import Pin import utime button_pin = Pin(18, Pin.IN, Pin.PULL_UP) switch_pin = Pin(15,Pin.IN)