Andrew Boyson / gps

Dependencies:   net lpc1768 crypto clock web log

net-this/net-jack-leds.h

Committer:
andrewboyson
Date:
2019-05-01
Revision:
60:7cab896b0fd4
Parent:
net-setup/net-jack-leds.h@ 19:e95161b21b32

File content as of revision 60:7cab896b0fd4:


#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)