This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Arduino IDE Sketch File | |
Log GPS NMEA data to an SD card every second | |
This code was adapted from the http://www.instructables.com/id/HackerBoxes-0021-Hacker-Tracker/ | |
Direct link available at: | |
https://cdn.instructables.com/ORIG/FPO/5H2Z/J5CQ8DGH/FPO5H2ZJ5CQ8DGH.ino | |
*/ | |
#include <SoftwareSerial.h> |