Files
luban-lite-t3e-pro/packages/third-party/micropython-1.13.0/port/native/easyflash_module.py
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

7 lines
176 B
Python
Executable File

import ffi
print = ffi.func("v", "ef_print_env", "v")
set = ffi.func("i", "ef_set_env", "ss")
get = ffi.func("s", "ef_get_env", "s")
remove = ffi.func("i", "ef_del_env", "s")