biblioteca que serve como midleware para as diversas placas que podem implementar esse padrão !

Dependents:   sgam_mdw_test

Revision:
2:f8bb56af3c6e
Parent:
1:3a7f743de36f
Child:
3:c87e6b48834e
--- a/sgam_mdw.h	Sat Jun 15 10:50:50 2019 -0300
+++ b/sgam_mdw.h	Thu Jun 20 12:27:52 2019 -0300
@@ -1,6 +1,9 @@
 #ifndef SGAM_MDW_H
 #define SGAM_MDW_H
 
+#include <cstdio>
+#include <cstring>
+
 #include "utils/const_types.h"
 
 #include "peripheral/Sensor.h"
@@ -9,4 +12,6 @@
 
 #include "Control.h"
 
+#define LOG(args...)   // printf(args)  
+
 #endif