Skip to content

Instantly share code, notes, and snippets.

View MedwayMakers's full-sized avatar

Medway Makers MedwayMakers

View GitHub Profile
@MedwayMakers
MedwayMakers / BasicGPS.ino
Created January 10, 2016 16:11
GPS Tests
#include <TinyGPS++.h>
#include <SoftwareSerial.h>
/*
This sample sketch demonstrates the normal use of a TinyGPS++ (TinyGPSPlus) object.
It requires the use of SoftwareSerial, and assumes that you have a
4800-baud serial GPS device hooked up on pins 4(rx) and 3(tx).
*/
static const int RXPin = 0, TXPin = 1;
static const uint32_t GPSBaud = 9600;