kopia lustrzana https://github.com/micropython/micropython-lib
os: Import _os for C-level functions.
rodzic
96abe49090
commit
232e62e62a
|
@ -2,6 +2,10 @@ import ffi
|
|||
import array
|
||||
import struct
|
||||
import errno
|
||||
try:
|
||||
from _os import *
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
libc = ffi.open("libc.so.6")
|
||||
|
|
Ładowanie…
Reference in New Issue