Merge pull request #49 from henley-regatta/master

Updated to use Alias for LED supporting Pico W
This commit is contained in:
Alasdair Allan 2022-07-06 15:16:15 +01:00 committed by GitHub
commit c82971b6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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