mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
V1.0.6
This commit is contained in:
4
packages/third-party/micropython-1.13.0/port/native/native_module.py
vendored
Executable file
4
packages/third-party/micropython-1.13.0/port/native/native_module.py
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import ffi
|
||||
|
||||
show = ffi.func("v", "native_module_show", "s")
|
||||
add = ffi.func("i", "native_module_add", "ii")
|
||||
Reference in New Issue
Block a user