altos: Hack up code for TeleMetrum to make it just a tracker tmgps
authorKeith Packard <keithp@keithp.com>
Fri, 23 Mar 2018 23:35:47 +0000 (17:35 -0600)
committerKeith Packard <keithp@keithp.com>
Fri, 23 Mar 2018 23:37:19 +0000 (17:37 -0600)
commit865364d2738ae0b79a390eab62a5ddac1e890c71
tree0418c5b9bbf85fc113216d9c12a65d17753ff928
parent58eda1736d8cffa6e3b5afce6f5faabbb179045e
altos: Hack up code for TeleMetrum to make it just a tracker

Support for a failed TeleMetrum device that uses just the GPS receiver
and radio to create a TeleGPS-compatible device called 'tmgps'.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/tmgps-v2.0/.gitignore [new file with mode: 0644]
src/tmgps-v2.0/Makefile [new file with mode: 0644]
src/tmgps-v2.0/ao_pins.h [new file with mode: 0644]
src/tmgps-v2.0/ao_tmgps.c [new file with mode: 0644]