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

Committer:
andrewboyson
Date:
Thu Jan 11 17:40:08 2018 +0000
Revision:
0:3c04f4b47041
Removed dependence on Mbed OS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:3c04f4b47041 1 extern void SpiInit(void);
andrewboyson 0:3c04f4b47041 2 extern void SpiChipSelect(int value);
andrewboyson 0:3c04f4b47041 3 extern void SpiWrite(char byte);
andrewboyson 0:3c04f4b47041 4 extern int SpiBusy(void);
andrewboyson 0:3c04f4b47041 5 extern char SpiRead(void);
andrewboyson 0:3c04f4b47041 6 extern char SpiTransfer(char byte);