1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Add wifi kit 8 to boards (#8190)

* Create pins_arduino.h

* Update boards.txt.py

* Update boards.txt

* done a "boards.txt.py --allgen"

* Removed the definition of LED_BUILTIN from variants/wifi_kit_8/pins_arduino.h, because this board has no build in lED
This commit is contained in:
gneiss15
2021-07-03 23:33:20 +02:00
committed by GitHub
parent d8b70d4a99
commit 7ba596a5fe
5 changed files with 296 additions and 0 deletions

View File

@ -32,6 +32,9 @@
{
"name": "Adafruit Feather HUZZAH ESP8266"
},
{
"name": "WiFi Kit 8"
},
{
"name": "Invent One"
},