File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
MicroPython port to ESP8266
2
2
===========================
3
3
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
5
5
on Espressif ESP8266 chip.
6
6
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.
8
8
9
- Currently implemented features include:
9
+ Supported features include:
10
10
- REPL (Python prompt) over UART0.
11
11
- Garbage collector, exceptions.
12
12
- Unicode support.
@@ -19,6 +19,8 @@ Currently implemented features include:
19
19
- 1-Wire and WS2812 (aka Neopixel) protocols support.
20
20
- Internal filesystem using the flash.
21
21
- 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 .
22
24
23
25
Work-in-progress documentation is available at
24
26
http://docs.micropython.org/en/latest/esp8266/ .
You can’t perform that action at this time.
0 commit comments