Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Revision:
0:b843d647695c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lpc1768-this/lpc1768-this.c	Thu Jan 14 16:05:55 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