From b6b6bdcf8256c635caeaa53c227e2444ed36c5b4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 12 Aug 2014 08:27:34 -0700 Subject: Getting the box ready for Daniel. This is a first pass at cleaning up the code and getting the libraries to build with Arduino 1.0. I've started reworking the code for the new adventure. Dialog notes are in notes.txt. I've also added a Makefile to build from the command line. --- libraries/TinyGPS/TinyGPS.cpp | 2 +- libraries/TinyGPS/TinyGPS.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/TinyGPS') diff --git a/libraries/TinyGPS/TinyGPS.cpp b/libraries/TinyGPS/TinyGPS.cpp index 15f1614..d4ee60f 100644 --- a/libraries/TinyGPS/TinyGPS.cpp +++ b/libraries/TinyGPS/TinyGPS.cpp @@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "WProgram.h" +#include "Arduino.h" #include "TinyGPS.h" #define _GPRMC_TERM "GPRMC" diff --git a/libraries/TinyGPS/TinyGPS.h b/libraries/TinyGPS/TinyGPS.h index 7bcb0a7..9c75ad0 100644 --- a/libraries/TinyGPS/TinyGPS.h +++ b/libraries/TinyGPS/TinyGPS.h @@ -22,7 +22,7 @@ #ifndef TinyGPS_h #define TinyGPS_h -#include "WProgram.h" +#include "Arduino.h" #define _GPS_VERSION 10 // software version of this library #define _GPS_MPH_PER_KNOT 1.15077945 -- cgit v1.2.3