I have several sensors and have used them in different projects.
I wrote a code module for each sensor with inline-C.
Every single module works
now i want to use 2 or 3 code moduls in one project.
Is it possible to compile the C code together or do I have to copy the individual ones into one section?
Why not create a b4xlib with the modules? It is a matter of zipping the three files together (preferably with a manifest.txt file) and setting the extension to b4xlib.