summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-27 16:10:58 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-27 16:10:58 +0300
commitfe9bc0c573edda04260545375cb01c3e06bc54df (patch)
tree773415e7ba562fa04d9ebf996ab63ed7b8ec241d
parentbbc65d4eda1c0e11a1352227baf574ef981b2dda (diff)
downloadmicropython-fe9bc0c573edda04260545375cb01c3e06bc54df.tar.gz
micropython-fe9bc0c573edda04260545375cb01c3e06bc54df.zip
esp8266/README: Update for the current status of the port.
-rw-r--r--esp8266/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/esp8266/README.md b/esp8266/README.md
index a9615999d4..5566c9cc87 100644
--- a/esp8266/README.md
+++ b/esp8266/README.md
@@ -10,11 +10,13 @@ Currently implemented features include:
- REPL (Python prompt) over UART0.
- Garbage collector, exceptions.
- 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.
- Basic WiFi support.
-- Basic sockets using modlwip.
-- Basic GPIO 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.