#include #include /*************************************************** /MINDS-i Calibration. mymindsi.com / /GPS Calibration / /This GPS Calibration code is used to test /and adjust your GPS as well as to establish /the measurement that it’s reading. Because each sensor /varies, this calibration is necessary before applying /it in your code to avoid malfunctions. / /To learn more about the GPS visit: /http://www.parallax.com/Store/Sensors/CompassGPS/tabid/173/CategoryID/48/List/0/Level/a/ProductID/757/Default.aspx?SortField=ProductName%2cProductName /***************************************************/ void setup() { Serial.begin(9600); } void loop() { }