1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Merge pull request #1022 from wemos/master

add wemos d1 board description to package_esp8266com_index.template.json
This commit is contained in:
Ivan Grokhotkov
2015-11-15 17:04:21 +03:00
4 changed files with 19 additions and 5 deletions

View File

@ -10,6 +10,8 @@ title: Supported Hardware
- [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
- [SweetPea ESP-210](#sweetpea-esp-210)
- [Generic ESP8266 modules](#generic-esp8266-modules)
- [WeMos D1](#wemos-d1)
- [WeMos D1 mini](#wemos-d1-mini)
### Adafruit HUZZAH ESP8266 (ESP-12)
@ -212,4 +214,7 @@ the first value respects the pin setup of the Pins 0, 2 and 15.
note:
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
### WeMos D1
Product page: http://wemos.cc
### WeMos D1 mini
Product page: http://wemos.cc

View File

@ -167,6 +167,7 @@ NodeMCU 1.0 | 4M | 1M, 3M
Olimex MOD-WIFI-ESP8266(-DEV)| 2M | 1M
SparkFun Thing | 512k | 64k
SweetPea ESP-210 | 4M | 1M, 3M
WeMos D1 & D1 mini | 4M | 1M, 3M
**Note:** to use any of file system functions in the sketch, add the following include to the sketch: