Controls the central heating system and the lights.

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

Committer:
andrewboyson
Date:
Mon May 10 10:23:48 2021 +0000
Revision:
0:22b158d3c76f
New version as old one would not commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:22b158d3c76f 1
andrewboyson 0:22b158d3c76f 2 #define LED_GR_L_DIR FIO1DIR(31) //P1.31 ==> p20 output
andrewboyson 0:22b158d3c76f 3 #define LED_GR_L_SET FIO1SET(31)
andrewboyson 0:22b158d3c76f 4 #define LED_GR_L_CLR FIO1CLR(31)
andrewboyson 0:22b158d3c76f 5
andrewboyson 0:22b158d3c76f 6 #define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output
andrewboyson 0:22b158d3c76f 7 #define LED_YE_R_SET FIO1SET(30)
andrewboyson 0:22b158d3c76f 8 #define LED_YE_R_CLR FIO1CLR(30)