I'm having a problem in compiling the example ScanNetwork codes in arduino it brings up an error that states "SPI.h: No such file or directory." Now I added an SPI folder in the libraries but after verifying it shows another error. I did the same thing to others but the compiler is looking for more and more files. What can I do? By the way, I'm using a Gizduino+ w/ ATmega644.
|
Just try by importing the SPI library to your code. near the import statements.
if problem still exists try re installing your Arduino IDE with latest stable version. |
|||
|