mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +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:
@ -325,6 +325,23 @@ boards = collections.OrderedDict([
|
||||
'',
|
||||
'Product page: https://www.adafruit.com/product/2821'
|
||||
],
|
||||
}),
|
||||
( 'inventone', {
|
||||
'name': 'Invent One',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_GENERIC',
|
||||
'.build.variant': 'inventone',
|
||||
},
|
||||
'macro': [
|
||||
'resetmethod_nodemcu',
|
||||
'flashmode_dio',
|
||||
'flashfreq_40',
|
||||
'4M',
|
||||
],
|
||||
'desc': [ 'The Invent One is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker\'s ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard ADC (PCF8591) so that you can have multiple analog inputs to work with. More information can be found here: https://blog.inventone.ng',
|
||||
'',
|
||||
'Product page: https://inventone.ng'
|
||||
],
|
||||
}),
|
||||
( 'cw01', {
|
||||
'name': 'XinaBox CW01',
|
||||
|
Reference in New Issue
Block a user