created v0.3 functional software prototype
This commit is contained in:
6
Software/led.py
Normal file
6
Software/led.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from machine import Pin
|
||||
|
||||
LED_ERR = Pin(25, Pin.OUT)
|
||||
LED_DIR = Pin(3, Pin.OUT)
|
||||
LED_STOP = Pin(6, Pin.OUT)
|
||||
LED_OK = Pin(7, Pin.OUT)
|
||||
Reference in New Issue
Block a user