We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a7300 commit 2d17227Copy full SHA for 2d17227
doc/boards.md
@@ -10,6 +10,8 @@ title: Supported Hardware
10
- [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
11
- [SweetPea ESP-210](#sweetpea-esp-210)
12
- [Generic ESP8266 modules](#generic-esp8266-modules)
13
+- [WeMos D1](#wemos-d1)
14
+- [WeMos D1 mini](#wemos-d1-mini)
15
16
### Adafruit HUZZAH ESP8266 (ESP-12)
17
@@ -212,4 +214,7 @@ the first value respects the pin setup of the Pins 0, 2 and 15.
212
214
note:
213
215
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
216
-
217
+### WeMos D1
218
+Product page: http://wemos.cc
219
+### WeMos D1 mini
220
0 commit comments