Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tamberg on github.
  • I am tamberg (https://keybase.io/tamberg) on keybase.
  • I have a public key ASDGZP5CZ5s4tk-nsnhoFkL5pxFtFGzuHKIkaT8DXtDOEAo

To claim this, I am signing this object:

@tamberg
tamberg / GpsMinimal.ino
Created December 20, 2016 11:06
GpsMinimal
void setup() {
Serial1.begin(9600);
Serial.begin(115200);
Serial.println("Hello, GPS!");
}
void loop() {
//Serial1.find("$GPGLL,");
Serial1.find("$GPRMC,");
int i = 0;