Controls the central heating system and the lights.
Dependencies: 1-wire clock crypto fram log lpc1768 net web wiz mbed
lpc1768-this/lpc1768-this.c
- Committer:
- andrewboyson
- Date:
- 2022-11-12
- Revision:
- 8:8ac076ce51af
- Parent:
- 0:22b158d3c76f
File content as of revision 8:8ac076ce51af:
#include "rit.h" void Lpc1768ThisInit() { RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms } void Lpc1768ThisMain() { }