micropython/examples
Paul Sokolovsky 9945f33886 Rename "rawsocket" module to "microsocket".
It's no longer intended to provide just "raw" socket interface, may include
some convenience methods for compatibility with CPython socket - but anyway
just minimal set required to deal with socket client and servers, not wider
network functionality.
2014-02-08 21:20:32 +02:00
..
unix Rename "rawsocket" module to "microsocket". 2014-02-08 21:20:32 +02:00
accellog.py Add some example scripts for pyboard (some can run on PC). 2014-01-07 17:14:05 +00:00
conwaylife.py Update conwaylife.py 2014-01-24 08:48:10 +02:00
lcd.py Add some example scripts for pyboard (some can run on PC). 2014-01-07 17:14:05 +00:00
ledangle.py Add some example scripts for pyboard (some can run on PC). 2014-01-07 17:14:05 +00:00
mandel.py Small edits to examples to get them working again with unix/micropython. 2014-01-24 22:26:13 +00:00
micropython.py Add dummy micropython module to enable mandel.py run with CPython. 2014-01-16 19:29:11 +02:00
pyb.py Small edits to examples to get them working again with unix/micropython. 2014-01-24 22:26:13 +00:00