Libraries Help

//Newbie Help

Basically the problem I am having is that I am having to constantly download header files to place in my projects because they are not currently on my laptop in any other location.

So for example, if I use the <SPI.h> header file when I build my project the header file <Arduino.h> will be missing then after installing the <Arduino.h> header file, and re-build the project, it will return the error of missing the <wire.h> header file, then the <wiring.h> header file and so on and so forth.

Obviously I know that I am doing something wrong here, but how do I fix this problem?

//using AtmelStudio6 for an atmega328p using USBtinyISP
Topic archived. No new replies allowed.