Call C functions from Micropython script.
Posted: Mon Nov 24, 2014 7:15 am
Hello All
I need to call C functions(from some .c file) to micropython script running on STM board. How it could be done?
I tried to call in same way CPython does, But I am getting error while importing C file in python script.
I need to call C functions(from some .c file) to micropython script running on STM board. How it could be done?
I tried to call in same way CPython does, But I am getting error while importing C file in python script.