micropython/examples
Paul Sokolovsky e3f0f31e07 examples/http_server*: Update for buffered-like streams (read line by line).
Since "read-exactly" stream refactor, where stream.read(N) will read
exactly N bytes (unless EOF), http_server* examples can't any longer do
client_socket.read(4096) and expect to get full request (it will block
on HTTP/1.1 client). Instead, read request line by line, as the HTTP
protocol requires.
2016-07-10 23:01:52 +03:00
..
SDdatalogger
network examples/http_server*: Update for buffered-like streams (read line by line). 2016-07-10 23:01:52 +03:00
unix examples/unix/ffi_example.py: Remove TODO, make output more clear. 2016-06-17 19:24:58 +03:00
accel_i2c.py examples/accel_i2c.py: Switch to "machine" module. 2015-11-29 02:56:26 +02:00
accellog.py
asmled.py
asmsum.py
conwaylife.py
ledangle.py
mandel.py
micropython.py
pins.py
pyb.py
switch.py