#include <SoftwareSerial.h> // Software Serial Library so we can use other Pins for communication with the GPS module TinyGPSPlus gps; // Create an Instance of the TinyGPS++ object called gps static const uint32_t GPSBaud = 9600; #include <SPI.h> #include <SD.h> ...