1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

support new board (invent one) (#5286)

* add inventone to boards.txt.py

* add inventone pin mapping .h file to variants

* generate files running boards.txt.py via Python2

* delete .orig files
This commit is contained in:
Invent Victor
2018-10-28 19:44:31 +01:00
committed by Develo
parent cb05b86d49
commit d7ca884007
5 changed files with 253 additions and 0 deletions

View File

@ -32,6 +32,9 @@
{
"name": "Adafruit Feather HUZZAH ESP8266"
},
{
"name": "Invent One"
},
{
"name": "XinaBox CW01"
},