Easygpio - Noduino-sdk
I'm adapting to run in noduino -sdk version. My problem is not having the libeasygpio.a . Where can I download or generate .
I'm curious, what are you trying to implement? From what understand noduino already can use the arduino functions pinMode(),digitalRead(), attachInterrupt() and digitalWrite(). And that's all easygpio is capable of (albeit the API is a bit different).
curiosity is something interesting in science , but it is not everything.
You can generate libeasygpio.o by simply compiling one of the examples.
readGpio will generate libeasygpio.o @ ./build/dependencies/easygpio
The commandarcan be used to generate the.afrom the.ofile.