diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-17 18:17:49 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-17 18:17:49 +0300 |
commit | 89aa7157d0529f198e466e74ca7d2d05917fd0c7 (patch) | |
tree | db34c4d7b6b22f1909aadd1009c17e0212ef7f55 | |
parent | 7e5715a6d56a9de990be8de1a437816d11ec7a40 (diff) | |
download | micropython-89aa7157d0529f198e466e74ca7d2d05917fd0c7.tar.gz micropython-89aa7157d0529f198e466e74ca7d2d05917fd0c7.zip |
esp8266/README.md: Update feature list for current state of affairs.
-rw-r--r-- | esp8266/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index 58436ee304..7c6dfaf8d1 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -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/ . |