Hi everybody,
I would like to use a Raspberry Pi in an embedded way in a project: the Raspberry has to auto-run two C programs at boot and periodically (every 50/100ms) run those programs, for its entire life.
What is the best way to do so?
I am able to auto run programs at boot modifying the rc.local file , but this will execute those program only once. How to periodically execute them?
In addition, one of those C program should be activate only when an interrupt is detected on a GPIO pin. Is it possible to obtain this behaviour?
Thank you!
Tommaso