GPS
Fork of GPS by
History
Modified
2015-03-04, by Spilly [Wed, 04 Mar 2015 17:47:53 +0000] rev 7
Modified
Changed #.00 to #.0f to make compiler happy. ex: 100.00 to 100.0f; Compiler was complaining about floats being implicitly converted to doubles.
2015-02-18, by Spilly [Wed, 18 Feb 2015 01:46:46 +0000] rev 6
Changed #.00 to #.0f to make compiler happy. ex: 100.00 to 100.0f; Compiler was complaining about floats being implicitly converted to doubles.
2014-01-19, by SamClarke [Sun, 19 Jan 2014 08:47:38 +0000] rev 5
Further breakdown of date into usable variables. This has made is suitable for my satellite tracking project.
2014-01-19, by SamClarke [Sun, 19 Jan 2014 07:44:51 +0000] rev 4
Further breakdown of date into usable variables. This has made is suitable for my satellite tracking project.
Added cardinal directions / converted gps.speed knots to gps.kph
2012-10-21, by SamClarke [Sun, 21 Oct 2012 09:28:41 +0000] rev 3
Added cardinal directions / converted gps.speed knots to gps.kph
Format for time from hhmmss.msms to hh:mm:ss.msms; gps.hours; gps.minutes; gps.seconds;
2012-10-13, by SamClarke [Sat, 13 Oct 2012 04:27:18 +0000] rev 2
Format for time from hhmmss.msms to hh:mm:ss.msms; gps.hours; gps.minutes; gps.seconds;
cleaned up :)
2012-10-09, by SamClarke [Tue, 09 Oct 2012 18:47:58 +0000] rev 1
cleaned up :)
Basic version
2012-10-06, by SamClarke [Sat, 06 Oct 2012 22:41:59 +0000] rev 0
Basic version