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 #include <stdbool.h>
andrewboyson 0:22b158d3c76f 2
andrewboyson 0:22b158d3c76f 3 extern void HallPbInit(void);
andrewboyson 0:22b158d3c76f 4 extern void HallPbMain(void);
andrewboyson 0:22b158d3c76f 5
andrewboyson 0:22b158d3c76f 6 extern bool HallPbOverrideMode;