The field version of the solarnano grid on the ionQubes

Fork of SolarNanoGridv3 by SONG Project

Revision:
13:de43f28c0365
Parent:
11:87ab310924f0
Child:
15:e719c1cb0ea2
--- a/Hmi/Hmi.h	Wed Jun 08 22:48:09 2016 +0000
+++ b/Hmi/Hmi.h	Fri Jun 10 14:17:38 2016 +0000
@@ -40,8 +40,7 @@
 #include "HubLogging.h"
 #include "SolarNanoGrid.h"
 
-#define FUNCNAME "HMI"
-#include "defs.h"
+
 
 
 /** \brief Hmi manages the human interface and talks to the lockers.
@@ -88,7 +87,11 @@
      */
 
     void loopHub();
-
+    
+    /**
+     * calls loopHub()
+     */
+    virtual void loop();
 
 
 protected: