Search found 1 match

by hinay
Thu Jan 09, 2020 7:52 pm
Forum: General Discussion and Questions
Topic: Need Help with input parameters format and C function
Replies: 1
Views: 1050

Need Help with input parameters format and C function

Hi team, I am relatively new to micropython and am struggling a bit trying to do the following. I have a series of functions implemented in C, which look like: void foo(double [] arg1, double [] arg2, double [] arg3) I would like to create a micropython module that allows me to call such c function ...