Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

net-this/net-jack-leds.h

Committer:
andrewboyson
Date:
23 months ago
Revision:
10:a97a7cb7aa82
Parent:
0:b843d647695c

File content as of revision 10:a97a7cb7aa82:


#define LED_GR_L_DIR FIO1DIR(31) //P1.31 ==> p20 output
#define LED_GR_L_SET FIO1SET(31)
#define LED_GR_L_CLR FIO1CLR(31)

#define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output
#define LED_YE_R_SET FIO1SET(30)
#define LED_YE_R_CLR FIO1CLR(30)