I would like to write a C/C++ program, which calls fastDigitalWrite(), and runs in linux on the Galileo rather than as an Arduino sketch.
Is this possible?
I have been able to write an Arduino sketch that calls this function successfully, and I have been able to cross-compile, install, and run a separate program in Linux on the Galileo.
Now, I'd like to have the cross-compiled linux program make this call directly.