Hi there
I am exploring the possibility of using the Julia programming language to control a device like the Raspberry Pi Robot Arm. I realize that it’s possible to use Python to program the arm, and Julia can interop with Python, so this is one potential strategy. I also see that the wiki mentions Get Started with Raspberry Pi Kits—For C language users, am I correct in assuming this means there is a C API as well? If so, that would perhaps be an even better target.
Has anyone attempting using Julia to control these devices before?
Thanks!