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:
- 2021-05-10
- Revision:
- 0:22b158d3c76f
File content as of revision 0:22b158d3c76f:
#include "rit.h" void Lpc1768ThisInit() { RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms } void Lpc1768ThisMain() { }