diff --git a/LED.py b/LED.py index 788fc5f..779e731 100644 --- a/LED.py +++ b/LED.py @@ -1,76 +1,49 @@ -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