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

Dependents:   sgam_mdw_test

Revision:
1:3a7f743de36f
Child:
2:f8bb56af3c6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sgam_mdw.h	Sat Jun 15 10:50:50 2019 -0300
@@ -0,0 +1,12 @@
+#ifndef SGAM_MDW_H
+#define SGAM_MDW_H
+
+#include "utils/const_types.h"
+
+#include "peripheral/Sensor.h"
+#include "protocol/Protocol.h"
+#include "communication/Communication.h"
+
+#include "Control.h"
+
+#endif