esp8266/README.md: Update feature list for current state of affairs.

pull/1993/merge
Paul Sokolovsky 2016-04-17 18:17:49 +03:00
rodzic 7e5715a6d5
commit 89aa7157d0
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -13,15 +13,11 @@ Currently implemented features include:
- Builtin modules: gc, array, collections, io, struct, sys, esp, network,
many more.
- Arbitrary-precision long integers and 30-bit precision floats.
- Basic WiFi support.
- WiFi support.
- Sockets using modlwip.
- GPIO and bit-banging I2C, SPI support.
- 1-Wire and WS2812 (aka Neopixel) protocols support.
On the TODO list:
- Full wifi support.
- Internal filesystem using the flash.
- ...
Work-in-progress documentation is available at
http://docs.micropython.org/en/latest/esp8266/ .