Files
luban-lite-t3e-pro/packages/third-party/micropython-1.13.0/port/native/easyflash_module.py

7 lines
182 B
Python
Raw Normal View History

2025-09-30 11:56:06 +08:00
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")