micropython-lib/os/os
Paul Sokolovsky 10a4cfc757 os: os.read() should return immutable value suitable e.g. for hashing.
Converting bytearray to bytes is of course not memory-efficient, so
os.read() is good candidate for native implementation.
2015-04-09 22:39:59 +03:00
..
__init__.py os: os.read() should return immutable value suitable e.g. for hashing. 2015-04-09 22:39:59 +03:00