Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7583

MicroPython • Re: Creating a Native C Module demo

$
0
0
One gotcha to note is, if the Native C Module uses '#include' to include the raw C functionality or other stuff, a 'make' will not rebuild the '.mpy' when those included files are changed, only when the main '.c' file changes. You need to delete the 'build' directory first then run 'make' or create a command line script to do that.

Statistics: Posted by hippy — Tue Aug 26, 2025 5:34 pm



Viewing all articles
Browse latest Browse all 7583

Trending Articles