from machine import Pin from time import sleep LEDPin=Pin(2,Pin.OUT) def Blink(number,timeon=0.2,timeoff=0.2): n=0 while n