Does anybody know how to run a python script from C?
Basically, I'm trying to make it so that when I press a button connected to my arduino, my arduino, which is connected to my raspberry pi 3B+, will run a python script which takes a photo.
Does anybody know how to pull this off? Also, is there any simpler, easier way to do it? I don't know how to use the GPIO on raspberry pi.