mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Update boards.md
This commit is contained in:
@ -10,6 +10,8 @@ title: Supported Hardware
|
|||||||
- [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
- [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
|
||||||
- [SweetPea ESP-210](#sweetpea-esp-210)
|
- [SweetPea ESP-210](#sweetpea-esp-210)
|
||||||
- [Generic ESP8266 modules](#generic-esp8266-modules)
|
- [Generic ESP8266 modules](#generic-esp8266-modules)
|
||||||
|
- [WeMos D1](#wemos-d1)
|
||||||
|
- [WeMos D1 mini](#wemos-d1-mini)
|
||||||
|
|
||||||
### Adafruit HUZZAH ESP8266 (ESP-12)
|
### Adafruit HUZZAH ESP8266 (ESP-12)
|
||||||
|
|
||||||
@ -212,4 +214,7 @@ the first value respects the pin setup of the Pins 0, 2 and 15.
|
|||||||
note:
|
note:
|
||||||
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
|
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
|
||||||
|
|
||||||
|
### WeMos D1
|
||||||
|
Product page: http://wemos.cc
|
||||||
|
### WeMos D1 mini
|
||||||
|
Product page: http://wemos.cc
|
||||||
|
Reference in New Issue
Block a user