#include <LGPS.h> gpsSentenceInfoStruct info; void setup() { LGPS.powerOn(); delay(500); } void loop() { LGPS.getData(&info); delay(2000); }