|
|
@ -1,12 +1,12 @@ |
|
|
|
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. |
|
|
|
|
|
|
|
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. |
|
|
|
- Garbage collector, exceptions. |
|
|
|
- Unicode support. |
|
|
@ -19,6 +19,8 @@ Currently implemented features include: |
|
|
|
- 1-Wire and WS2812 (aka Neopixel) protocols support. |
|
|
|
- Internal filesystem using the flash. |
|
|
|
- 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 |
|
|
|
http://docs.micropython.org/en/latest/esp8266/ . |
|
|
|