Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

Revision:
3:b96c6f6bbffc
Parent:
2:5229cab71d69
Child:
9:d957af50fdc2
--- a/main/main.c	Wed Feb 10 17:26:07 2021 +0000
+++ b/main/main.c	Sun Apr 18 19:05:35 2021 +0000
@@ -17,6 +17,7 @@
 #include "crypto.h"
 #include "i2c1.h"
 #include "lcd.h"
+#include "wiz.h"
 
 int main()
 {
@@ -39,6 +40,7 @@
     if (     ValuesInit()) goto end;
                I2C1Init();
                 LcdInit();
+                WizInit();
     while (1)
     {   
         RestartZone = RESTART_ZONE_LOG;              LogMain();
@@ -52,6 +54,7 @@
         RestartZone = RESTART_ZONE_CRYPTO;        CryptoMain();
         I2C1Main();
          LcdMain();
+         WizMain();
     }
 
 end: