micropython/unix
Paul Sokolovsky e0e79ae6d6 unix: Add basic implementation of io.FileIO object.
Note: only read/write/close methods are defined so far, and class
is not exposed (use open() factory function, as usual).
2014-01-08 17:39:06 +02:00
..
.gitignore
Makefile unix: Add basic implementation of io.FileIO object. 2014-01-08 17:39:06 +02:00
file.c unix: Add basic implementation of io.FileIO object. 2014-01-08 17:39:06 +02:00
main.c unix: Add basic implementation of io.FileIO object. 2014-01-08 17:39:06 +02:00
mpconfigport.h