mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add huzzah gpio pins (#1096)
This commit is contained in:
parent
04e6f475b4
commit
e2b655a6cc
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ ESP8266_BOARD_PINS = {
|
|||
'espresso_lite_v2': {'LED': 2},
|
||||
'gen4iod': {},
|
||||
'heltec_wifi_kit_8': 'd1_mini',
|
||||
'huzzah': {'LED': 0},
|
||||
'huzzah': {'LED': 0, 'LED_RED': 0, 'LED_BLUE': 2, 'D4': 4, 'D5': 5, 'D12': 12,
|
||||
'D13': 13, 'D14': 14, 'D15': 15, 'D16': 16},
|
||||
'inventone': {},
|
||||
'modwifi': {},
|
||||
'nodemcu': {'D0': 16, 'D1': 5, 'D2': 4, 'D3': 0, 'D4': 2, 'D5': 14, 'D6': 12, 'D7': 13,
|
||||
|
|
Loading…
Reference in a new issue