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

1-wire-this/1-wire-bus-pin.h

Committer:
andrewboyson
Date:
2021-04-23
Revision:
106:41ed3ea0bbba
Parent:
54:1cbd3a85d3a0

File content as of revision 106:41ed3ea0bbba:


#define BUS_DIR FIO0DIR(4) //pin 0.4 DIP 30
#define BUS_PIN FIO0PIN(4)
#define BUS_SET FIO0SET(4)
#define BUS_CLR FIO0CLR(4)