A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

net-this/net-jack-leds.h

Committer:
andrewboyson
Date:
2019-10-10
Revision:
75:0ed9157d3bb3
Parent:
60:7cab896b0fd4

File content as of revision 75:0ed9157d3bb3:


#define LED_GR_L_DIR FIO2DIR(0) //P2.0 ==> p26 output
#define LED_GR_L_SET FIO2SET(0)
#define LED_GR_L_CLR FIO2CLR(0)

#define LED_YE_R_DIR FIO2DIR(1) //P2.1 ==> p25 output
#define LED_YE_R_SET FIO2SET(1)
#define LED_YE_R_CLR FIO2CLR(1)