from machine import Pin, Timer led, btn = Pin(18,Pin.OUT),Pin(27,Pin.IN ,Pin.PULL_DOWN ) def debounce(x): while True: