Controls the central heating system and the lights.

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

Revision:
0:22b158d3c76f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lpc1768-this/lpc1768-this.c	Mon May 10 10:23:48 2021 +0000
@@ -0,0 +1,9 @@
+#include "rit.h"
+
+void Lpc1768ThisInit()
+{
+    RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms
+}
+void Lpc1768ThisMain()
+{
+}
\ No newline at end of file