from machine import Pin from time import sleep from blinkLED import Blinker blinkA = Blinker(0,0.5) blinkA.blink()