Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

sync.h

Committer:
andrewboyson
Date:
2018-01-11
Revision:
17:927fc1eceb9d
Parent:
10:19ed22b94c99
Child:
18:207dd1474cd9

File content as of revision 17:927fc1eceb9d:

#include <time.h>

extern int  SyncTrace;

extern int  SyncedTime;
extern int  SyncedRate;

extern void SyncPpsI(void);
extern void SyncPpsN(time_t t);

extern void SyncNs(int64_t ns);