Definition in file gps.c.
#include <avr/io.h>
#include <avr/signal.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <math.h>
#include <stdlib.h>
#include "global.h"
#include "rprintf.h"
#include "gps.h"
Go to the source code of this file.
Functions | |
| void | gpsInit (void) |
| GpsInfoType * | gpsGetInfo (void) |
| void | gpsInfoPrint (void) |
Variables | |
| GpsInfoType | GpsInfo |
1.4.2