1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-12 20:08:48 +01:00
LibrePilot/flight/OpenPilot/Modules/GPS/inc/NMEA.h

11 lines
197 B
C
Raw Normal View History

#ifndef NMEA_H
#define NMEA_H
#include <stdbool.h>
#include <stdint.h>
extern bool NMEA_update_position(char *nmea_sentence);
extern bool NMEA_checksum(char *nmea_sentence);
#endif /* NMEA_H */