A GPS disciplined clock
Dependencies: net lpc1768 crypto clock web log
net-this/net-jack-leds.h
- Committer:
- andrewboyson
- Date:
- 2022-06-06
- Revision:
- 100:93f5b732f985
- Parent:
- 60:7cab896b0fd4
File content as of revision 100:93f5b732f985:
#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)