A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

gps/gps.h

Committer:
andrewboyson
Date:
2019-02-12
Revision:
35:a535b65203a9
Parent:
34:d9586fc921dc
Child:
36:2983e45eeb49

File content as of revision 35:a535b65203a9:

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

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

extern void GpsHadPps(void);

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