Skip to content

Commit 0cba237

Browse files
deshipupfalcon
authored andcommitted
ESP8266: Update the README.md to reflect what works
1 parent b85bf25 commit 0cba237

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

esp8266/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Currently implemented features include:
88
- 24k heap RAM available for Python code.
99
- Garbage collector, exceptions.
1010
- Unicode support.
11-
- Builtin modules: gc, array, collections, io, struct, sys.
12-
- C long-long type used as bignum implementation (gives 64 signed ints).
11+
- Builtin modules: gc, array, collections, io, struct, sys, esp, network.
12+
- C long-long type used as bignum implementation (gives 64 bit signed ints).
13+
- Rudimentary WiFi support in station mode.
14+
- Sockets with callbacks.
15+
- Basic GPIO support.
1316

1417
Note that floating-point numbers are not supported.
1518

1619
On the TODO list:
17-
- Wifi support.
18-
- GPIO support.
20+
- Full wifi support.
1921
- Internal filesystem using the flash.
2022
- ...
2123

0 commit comments

Comments
 (0)