mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
update Wemos D1 Mini Lite informations (#4809)
This commit is contained in:
parent
794630e068
commit
91bb97ddb3
@ -320,7 +320,28 @@ Product page: https://www.wemos.cc/
|
|||||||
WeMos D1 mini Lite
|
WeMos D1 mini Lite
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Product page: https://www.wemos.cc/
|
Parameters in Arduino IDE:
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Card: "WEMOS D1 Mini Lite"
|
||||||
|
- Flash Size: "1M (512K SPIFFS)"
|
||||||
|
- CPU Frequency: "80 Mhz"
|
||||||
|
- Upload Speed: "230400"
|
||||||
|
|
||||||
|
Power:
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
- 5V pin : 4.7V 500mA output when the board is powered by USB ; 3.5V-6V input
|
||||||
|
- 3V3 pin : 3.3V 500mA regulated output
|
||||||
|
- Digital pins : 3.3V 30mA.
|
||||||
|
|
||||||
|
links:
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
- Product page: https://www.wemos.cc/
|
||||||
|
- Board schematic: https://wiki.wemos.cc/_media/products:d1:sch_d1_mini_lite_v1.0.0.pdf
|
||||||
|
- ESP8285 datasheet: https://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf
|
||||||
|
- Voltage regulator datasheet: http://pdf-datasheet.datasheet.netdna-cdn.com/pdf-down/M/E/6/ME6211-Microne.pdf
|
||||||
|
|
||||||
WeMos D1 R1
|
WeMos D1 R1
|
||||||
-----------
|
-----------
|
||||||
|
@ -549,7 +549,30 @@ boards = collections.OrderedDict([
|
|||||||
'1M',
|
'1M',
|
||||||
],
|
],
|
||||||
'serial': '921',
|
'serial': '921',
|
||||||
'desc': [ 'Product page: https://www.wemos.cc/' ],
|
'desc': [
|
||||||
|
'Parameters in Arduino IDE:',
|
||||||
|
'~~~~~~~~~~~~~~~~~~~~~~~~~',
|
||||||
|
'',
|
||||||
|
'- Card: "WEMOS D1 Mini Lite"',
|
||||||
|
'- Flash Size: "1M (512K SPIFFS)"',
|
||||||
|
'- CPU Frequency: "80 Mhz"',
|
||||||
|
'- Upload Speed: "230400"',
|
||||||
|
'',
|
||||||
|
'Power:',
|
||||||
|
'~~~~~',
|
||||||
|
'',
|
||||||
|
'- 5V pin : 4.7V 500mA output when the board is powered by USB ; 3.5V-6V input',
|
||||||
|
'- 3V3 pin : 3.3V 500mA regulated output',
|
||||||
|
'- Digital pins : 3.3V 30mA.',
|
||||||
|
'',
|
||||||
|
'links:',
|
||||||
|
'~~~~~',
|
||||||
|
'',
|
||||||
|
'- Product page: https://www.wemos.cc/',
|
||||||
|
'- Board schematic: https://wiki.wemos.cc/_media/products:d1:sch_d1_mini_lite_v1.0.0.pdf',
|
||||||
|
'- ESP8285 datasheet: https://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf',
|
||||||
|
'- Voltage regulator datasheet: http://pdf-datasheet.datasheet.netdna-cdn.com/pdf-down/M/E/6/ME6211-Microne.pdf',
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
( 'd1', {
|
( 'd1', {
|
||||||
'name': 'WeMos D1 R1',
|
'name': 'WeMos D1 R1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user