docs/esp8266/general: Start "General information" for esp8266.
This commit is contained in:
parent
f73d78394b
commit
2a51f72ed1
|
@ -0,0 +1,18 @@
|
|||
General information about the ESP8266 port
|
||||
==========================================
|
||||
|
||||
ESP8266 is a popular WiFi-enabled System-on-Chip (SoC) by Espressif Systems.
|
||||
|
||||
Multitude of boards
|
||||
-------------------
|
||||
|
||||
There are multitude of modules and boards from different sources which carry
|
||||
ESP8266 chip. MicroPython tries to provide a generic port which would run on
|
||||
as many boards/modules as possible, but there may be limitations. Adafruit
|
||||
Feather HUZZAH board is taken as a reference board for the port (for example,
|
||||
testing is performed on it).
|
||||
|
||||
WebREPL
|
||||
-------
|
||||
|
||||
TBF
|
Loading…
Reference in New Issue