Andrew Boyson / gps

Dependencies:   net lpc1768 crypto clock web log

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers net-jack-leds.h Source File

net-jack-leds.h

00001 
00002 #define LED_GR_L_DIR FIO2DIR(0) //P2.0 ==> p26 output
00003 #define LED_GR_L_SET FIO2SET(0)
00004 #define LED_GR_L_CLR FIO2CLR(0)
00005 
00006 #define LED_YE_R_DIR FIO2DIR(1) //P2.1 ==> p25 output
00007 #define LED_YE_R_SET FIO2SET(1)
00008 #define LED_YE_R_CLR FIO2CLR(1)