esp8266_easygpio icon indicating copy to clipboard operation
esp8266_easygpio copied to clipboard

Easygpio - Noduino-sdk

Open fernandomorse opened this issue 9 years ago • 3 comments

I'm adapting to run in noduino -sdk version. My problem is not having the libeasygpio.a . Where can I download or generate .

fernandomorse avatar May 31 '16 20:05 fernandomorse

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).

eadf avatar May 31 '16 21:05 eadf

curiosity is something interesting in science , but it is not everything.

fernandomorse avatar May 31 '16 22:05 fernandomorse

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.

eadf avatar Jun 03 '16 06:06 eadf