Merge pull request #49 from henley-regatta/master

Updated to use Alias for LED supporting Pico W
pull/54/head
Alasdair Allan 2022-07-06 15:16:15 +01:00 zatwierdzone przez GitHub
commit c82971b6e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
from machine import Pin, Timer
led = Pin(25, Pin.OUT)
led = Pin("LED", Pin.OUT)
tim = Timer()
def tick(timer):
global led