27#ifndef GPS_NMEA_SEND_H
28#define GPS_NMEA_SEND_H
float vground
Speed over ground in m/s.
struct gps_nmea_send_msg_t msg
float hmsl
Orthometric height (MSL reference)
float course
GPS course over ground in rad*1e7, [0, 2*Pi]*1e7 (CW/north)
void gps_nmea_send_init(void)
Initialization function.
uint8_t num_sv
number of sat in fix
uint16_t pdop
position dilution of precision scaled by 100
void gps_nmea_send_periodic(void)
Periodic function to send data.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.