summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi/hwconfig_esp8266_esp12.py
blob: e8cf2d12e19bb4b58a40eac71867f0d41aac409a (plain) (blame)
1
2
3
4
5
from machine import Pin

# ESP12 module as used by many boards
# Blue LED on pin 2
LED = Pin(2, Pin.OUT)