Hi
I would like to use the standard Arduino SPI library for a project. When I attempt to include the library header file using #include "SPI.h", it reports that the file is missing and the SPI methods I have used aren't declared. I understand there are two versions of the SPI library and these are stored in the relevant hardware directories within the Arduino IDE.
What is the best way to include these files? Or should it auto link to the correct library based on the project's hardware selection?
Eclipse Luna 4.4.2
Arduino Eclipse Extension 2.4.0.201504090213
Arduino IDE 1.5.5-r2
AVR Eclipse Plugin 2.4.1
I configured the plugin using the the guide on developers site: Arduino Eclipse Plugin - How To
This may be the wrong place to post this, but can't find a forum for the plugin.
Thanks
Matt