Sin descripción

k4be 849a4926c0 Add test system for NMEA parsing and GPX generation hace 2 días
PCB b946c3ac51 Export schematics for new PCB version hace 2 años
gps-test-tool 849a4926c0 Add test system for NMEA parsing and GPX generation hace 2 días
optiboot cb3921513d Revert most changes from optiboot (only keep power-on signal) hace 3 años
soft 0904570d7b Add elevation support. Discard distance data when paused. hace 2 días
LICENSE.txt 8f1f59be6e Drop in libraries (not configured yet) hace 3 años
README.md 127dd9d74b Graphical LCD is usable (not fully utilized) hace 2 años

README.md

Software build & programming:

First, install bootloader using USBASP:

cd optiboot
make install

Second, program the main software.

Alphanumeric display version:

cd soft
make install PROGPORT=COM16 LCD=alnum

Graphical display version:

cd soft
make install PROGPORT=COM16 LCD=graphic

Warning: remember to make clean when switching between versions.