Fix for includes with Arduino 1.6.6

This commit is contained in:
PaulStoffregen
2015-11-11 09:29:29 -08:00
parent a7cc3261f9
commit 26cd0c8509
12 changed files with 158 additions and 156 deletions

View File

@@ -4,7 +4,7 @@
*
*/
#include <Time.h>
#include <TimeLib.h>
#include <TinyGPS.h> // http://arduiniana.org/libraries/TinyGPS/
#include <SoftwareSerial.h>
// TinyGPS and SoftwareSerial libraries are the work of Mikal Hart