1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-08 19:46:06 +01:00
LibrePilot/flight/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 */