Skip to content
Snippets Groups Projects
Commit 4cfe3e84 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/README: Promote from "highly experimental" to "experimental".

parent b8f45166
No related branches found
No related tags found
No related merge requests found
MicroPython port to ESP8266 MicroPython port to ESP8266
=========================== ===========================
This is a highly experimental port of MicroPython for the WiFi modules based This is an experimental port of MicroPython for the WiFi modules based
on Espressif ESP8266 chip. on Espressif ESP8266 chip.
WARNING: The port is highly experimental and any APIs are subject to change. WARNING: The port is experimental and many APIs are subject to change.
Currently implemented features include: Supported features include:
- REPL (Python prompt) over UART0. - REPL (Python prompt) over UART0.
- Garbage collector, exceptions. - Garbage collector, exceptions.
- Unicode support. - Unicode support.
...@@ -19,6 +19,8 @@ Currently implemented features include: ...@@ -19,6 +19,8 @@ Currently implemented features include:
- 1-Wire and WS2812 (aka Neopixel) protocols support. - 1-Wire and WS2812 (aka Neopixel) protocols support.
- Internal filesystem using the flash. - Internal filesystem using the flash.
- WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl). - WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl).
- Modules for HTTP, MQTT, many other formats and protocols via
https://github.com/micropython/micropython-lib .
Work-in-progress documentation is available at Work-in-progress documentation is available at
http://docs.micropython.org/en/latest/esp8266/ . http://docs.micropython.org/en/latest/esp8266/ .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment