Controls the central heating system and the lights.

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

Revision:
0:22b158d3c76f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/net-this/net-jack-leds.h	Mon May 10 10:23:48 2021 +0000
@@ -0,0 +1,8 @@
+
+#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)