1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +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

@ -231,6 +231,13 @@ The Adafruit Feather HUZZAH ESP8266 is an Arduino-compatible Wi-Fi development b
Product page: https://www.adafruit.com/product/2821
WiFi Kit 8
----------
The Heltec WiFi Kit 8 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker's ESP-12S, clocked at 80 MHz at 3.3V logic. A high-quality SiLabs CP2104 USB-Serial chip is included so that you can upload code at a blistering 921600 baud for fast development time. It also has auto-reset so no noodling with pins and reset button pressings. A 3.7V Lithium polymer battery connector is included, making it ideal for portable projects. The Heltec WiFi Kit 8 will automatically recharge a connected battery when USB power is available.
Product page: https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series
Invent One
----------