Hi, this might be a stupid question.
I am using PlatformIO and when I try to build. I am missing the eiaextensions.h
In the Arduino Web IDE it builds as expected.
I found that the eiaextensions.h comes from some Drivers for the Curie board.
https://github.com/arduino/ArduinoCore-arc32
https://github.com/arduino/ArduinoCore-arc32/blob/master/system/libarc32_arduino101/drivers/eiaextensions.h
Is this library supposed to work for Arduino ?
And what does the eiaextensions.h do? It seems to be some binding to some external function (with all the external definitions) ?
Hi, this might be a stupid question.
I am using PlatformIO and when I try to build. I am missing the
eiaextensions.hIn the Arduino Web IDE it builds as expected.
I found that the eiaextensions.h comes from some Drivers for the Curie board.
https://github.com/arduino/ArduinoCore-arc32
https://github.com/arduino/ArduinoCore-arc32/blob/master/system/libarc32_arduino101/drivers/eiaextensions.h
Is this library supposed to work for Arduino ?
And what does the
eiaextensions.hdo? It seems to be some binding to some external function (with all the external definitions) ?