Andrew Boyson / oldheating

Dependencies:   net 1-wire lpc1768 crypto clock web fram 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 FIO1DIR(31) //P1.31 ==> p20 output
00003 #define LED_GR_L_SET FIO1SET(31)
00004 #define LED_GR_L_CLR FIO1CLR(31)
00005 
00006 #define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output
00007 #define LED_YE_R_SET FIO1SET(30)
00008 #define LED_YE_R_CLR FIO1CLR(30)