summaryrefslogtreecommitdiff
path: root/driver_skytraq.c
Commit message (Expand)AuthorAgeFilesLines
* Support Skytraq MID 0xDF. Their TPV sentence.Gary E. Miller2016-03-311-5/+113
* Remove 'for (int i' which some C compilers hate.Gary E. Miller2016-03-311-1/+2
* Tweak to Skytraq debug logging.Gary E. Miller2016-03-301-1/+1
* Tone down some Skytraq debug logging.Gary E. Miller2016-03-301-11/+8
* Skytraq 50bps data now decoded and the JSON output looks right.Gary E. Miller2016-03-301-5/+10
* Deccode Skytraq 0xE0, GPS Subframe data.Gary E. Miller2016-03-301-3/+40
* More fixes to Skytraq time and skyviewGary E. Miller2016-03-301-18/+26
* Fix signed -> unsigned in SkytraqGary E. Miller2016-03-291-3/+3
* Add partial decodes for Skytraq 0xDC and 0xDDGary E. Miller2016-03-291-6/+59
* Better decode of Skyrtaq binary MID 0x43Gary E. Miller2016-03-291-6/+6
* Skytraq binary now decodes type 0XDE, SV/Chan statusGary E. Miller2016-03-291-1/+73
* Add driver_skytraq.c.Gary E. Miller2016-03-291-0/+88