Central Heating controller using the real time clock, PHY module for internet, 1-wire interface for temperature sensors, a system log and a configuration file

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

/media/uploads/andrewboyson/heating.sch

/media/uploads/andrewboyson/heating.brd

/media/uploads/andrewboyson/eagle.epf

net-this/net-jack-leds.h

Committer:
andrewboyson
Date:
2019-05-01
Revision:
54:1cbd3a85d3a0
Parent:
net-setup/net-jack-leds.h@ 17:13a1068dda70

File content as of revision 54:1cbd3a85d3a0:


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