Skip to content

Instantly share code, notes, and snippets.

@tentpegbob
tentpegbob / GPS_Logger.ino
Last active August 18, 2017 02:23
Arduino IDE Sketch File for a GPS Logger
/*
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>