blob: 2e855ee3d3813f0be21b50f154e9386c6903154b [file] [log] [blame]
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)