Controls the central heating system and the lights.

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

heating/hall-pb.h

Committer:
andrewboyson
Date:
2021-05-10
Revision:
0:22b158d3c76f

File content as of revision 0:22b158d3c76f:

#include <stdbool.h>

extern void HallPbInit(void);
extern void HallPbMain(void);

extern bool HallPbOverrideMode;