A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

gps/gps.h

Committer:
andrewboyson
Date:
2020-04-03
Revision:
93:2cce06dd2bcc
Parent:
36:2983e45eeb49

File content as of revision 93:2cce06dd2bcc:

#include <stdbool.h>
#include <stdint.h>
#include <stdarg.h>

extern bool GpsTrace;
extern bool GpsVerbose;
extern int  GpsLog(const char *fmt, ...);
extern int  GpsLogVerbose(const char *fmt, ...);

extern void GpsHadPps(void);

extern void GpsInit(void);
extern void GpsMain(void);