Search found 1 match

by sigur_ros21
Mon Dec 03, 2018 3:27 pm
Forum: General Discussion and Questions
Topic: Help interfacing with C function and input parameters format
Replies: 13
Views: 8913

Help interfacing with C function and input parameters format

Hi All, 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: [code] void foo(double [] arg1, double [] arg2, double [] arg3) [/code] I would like to create a micropython module that allows me to call su...