abersailbot / bobalong

Bobalong is Aber Sailbot's microtransat attempt
0 stars 0 forks source link

GPS Driver #6

Open JSpringett opened 8 years ago

JSpringett commented 8 years ago

A GPS driver already exists that couples with TinyGPS(A awesome library). This driver is however deeply coupled with Arduino so if a new platform is chosen then this will need some rework.

colinsauze commented 8 years ago

Just had a look through TinyGPS code and nothing is Arduino specific. You have to read the serial port in your own code.