Add #include <SPI.h>

Necessary to explicitly include SPI.h since updates to the SD library for Arduino Due support
This commit is contained in:
driverblock 2014-02-02 17:53:38 -05:00
parent 2a52767b76
commit c377018a85
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <SPI.h>
#include <Adafruit_GPS.h>
#include <SoftwareSerial.h>
#include <SD.h>
@ -160,4 +160,4 @@ void loop() {
}
/* End code */
/* End code */