micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from machine import Pin, Signal
|
||||
|
||||
# ESP12 module as used by many boards
|
||||
# Blue LED on pin 2, active low (inverted)
|
||||
LED = Signal(2, Pin.OUT, invert=True)
|
Reference in New Issue
Block a user