A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

gps/gps.h

Committer:
andrewboyson
Date:
2019-11-18
Revision:
84:baec7c1f5618
Parent:
36:2983e45eeb49

File content as of revision 84:baec7c1f5618:

#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);