Arduino GPX Library
This Arduino GPX library provides a basic class to facilitate the creation of
a valid GPX output.
The library can be found on github @ https://github.com/suttonr/Arduino-GPX-Library
- Arduino 0019 or greater
- Requirements:
Limitations:
- Only a limited set of properties have been implemented at this time
- To conserve memory each element should be serially retrieved and written to it’s final location [read: sdcard/serialport/etc]
Install:
- To install copy the GPX/ directory into your arduino ‘libraries’ directory
cp -a GPX [/path/to/arduino]/libraries
[…] Arduino GPX Library […]