Generating a module from a c static library? Calling a function pointer? #19365
Unanswered
nbe1233
asked this question in
Libraries & Drivers
Replies: 1 comment
-
|
One way is to code a module in C and then import it. https://docs.micropython.org/en/latest/develop/natmod.html
I don't think so, possibly from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was wondering if there is a way to generate a micropython module from a c static library and or headers containing function prototypes, somewhat relatedly is there a way to call a function pointer from the python runtime?
Beta Was this translation helpful? Give feedback.
All reactions