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

esp8266/README: Update for the current status of the port.

parent bbc65d4e
Branches
No related tags found
No related merge requests found
...@@ -10,11 +10,13 @@ Currently implemented features include: ...@@ -10,11 +10,13 @@ Currently implemented features include:
- REPL (Python prompt) over UART0. - REPL (Python prompt) over UART0.
- Garbage collector, exceptions. - Garbage collector, exceptions.
- Unicode support. - Unicode support.
- Builtin modules: gc, array, collections, io, struct, sys, esp, network. - Builtin modules: gc, array, collections, io, struct, sys, esp, network,
many more.
- Arbitrary-precision long integers and 30-bit precision floats. - Arbitrary-precision long integers and 30-bit precision floats.
- Basic WiFi support. - Basic WiFi support.
- Basic sockets using modlwip. - Sockets using modlwip.
- Basic GPIO support. - GPIO and bit-banging I2C, SPI support.
- 1-Wire and WS2812 (aka Neopixel) protocols support.
On the TODO list: On the TODO list:
- Full wifi support. - Full wifi support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment