A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Thu Oct 10 19:09:48 2019 +0000
Revision:
75:0ed9157d3bb3
Parent:
60:7cab896b0fd4
Updated libraries

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 19:e95161b21b32 1
andrewboyson 19:e95161b21b32 2 #define LED_GR_L_DIR FIO2DIR(0) //P2.0 ==> p26 output
andrewboyson 19:e95161b21b32 3 #define LED_GR_L_SET FIO2SET(0)
andrewboyson 19:e95161b21b32 4 #define LED_GR_L_CLR FIO2CLR(0)
andrewboyson 19:e95161b21b32 5
andrewboyson 19:e95161b21b32 6 #define LED_YE_R_DIR FIO2DIR(1) //P2.1 ==> p25 output
andrewboyson 19:e95161b21b32 7 #define LED_YE_R_SET FIO2SET(1)
andrewboyson 19:e95161b21b32 8 #define LED_YE_R_CLR FIO2CLR(1)