File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MicroPython port to ESP8266
22===========================
33
4- This is a highly experimental port of MicroPython for the WiFi modules based
4+ This is an experimental port of MicroPython for the WiFi modules based
55on Espressif ESP8266 chip.
66
7- WARNING: The port is highly experimental and any APIs are subject to change.
7+ WARNING: The port is experimental and many APIs are subject to change.
88
9- Currently implemented features include:
9+ Supported features include:
1010- REPL (Python prompt) over UART0.
1111- Garbage collector, exceptions.
1212- Unicode support.
@@ -19,6 +19,8 @@ Currently implemented features include:
1919- 1-Wire and WS2812 (aka Neopixel) protocols support.
2020- Internal filesystem using the flash.
2121- WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl ).
22+ - Modules for HTTP, MQTT, many other formats and protocols via
23+ https://github.com/micropython/micropython-lib .
2224
2325Work-in-progress documentation is available at
2426http://docs.micropython.org/en/latest/esp8266/ .
You can’t perform that action at this time.
0 commit comments