Skip to content

Commit fe9bc0c

Browse files
committed
esp8266/README: Update for the current status of the port.
1 parent bbc65d4 commit fe9bc0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

esp8266/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Currently implemented features include:
1010
- REPL (Python prompt) over UART0.
1111
- Garbage collector, exceptions.
1212
- Unicode support.
13-
- Builtin modules: gc, array, collections, io, struct, sys, esp, network.
13+
- Builtin modules: gc, array, collections, io, struct, sys, esp, network,
14+
many more.
1415
- Arbitrary-precision long integers and 30-bit precision floats.
1516
- Basic WiFi support.
16-
- Basic sockets using modlwip.
17-
- Basic GPIO support.
17+
- Sockets using modlwip.
18+
- GPIO and bit-banging I2C, SPI support.
19+
- 1-Wire and WS2812 (aka Neopixel) protocols support.
1820

1921
On the TODO list:
2022
- Full wifi support.

0 commit comments

Comments
 (0)