Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Alasdair Allan c82971b6e0
Merge pull request #49 from henley-regatta/master
Updated to use Alias for LED supporting Pico W
2022-07-06 15:16:15 +01:00
henley-regatta abc908d289 Updated to use Alias for LED supporting Pico W
as well as Pico using newer firmware
2022-07-01 11:55:51 +01:00
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