I have a C code I want to embed with Arduino .ino
, this code using some shared library (.so
) present in current working directory. How can I build and upload this code to my Arduino Yun
using Arduino IDE (or any other method).
If I'm doing it the hard way, please suggest what's the right thing to do here.