ESP8266: Update the README.md to reflect what works
This commit is contained in:
parent
b85bf25e97
commit
0cba23716d
@ -8,14 +8,16 @@ Currently implemented features include:
|
|||||||
- 24k heap RAM available for Python code.
|
- 24k heap RAM available for Python code.
|
||||||
- Garbage collector, exceptions.
|
- Garbage collector, exceptions.
|
||||||
- Unicode support.
|
- Unicode support.
|
||||||
- Builtin modules: gc, array, collections, io, struct, sys.
|
- Builtin modules: gc, array, collections, io, struct, sys, esp, network.
|
||||||
- C long-long type used as bignum implementation (gives 64 signed ints).
|
- C long-long type used as bignum implementation (gives 64 bit signed ints).
|
||||||
|
- Rudimentary WiFi support in station mode.
|
||||||
|
- Sockets with callbacks.
|
||||||
|
- Basic GPIO support.
|
||||||
|
|
||||||
Note that floating-point numbers are not supported.
|
Note that floating-point numbers are not supported.
|
||||||
|
|
||||||
On the TODO list:
|
On the TODO list:
|
||||||
- Wifi support.
|
- Full wifi support.
|
||||||
- GPIO support.
|
|
||||||
- Internal filesystem using the flash.
|
- Internal filesystem using the flash.
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user