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

Dependents:   sgam_mdw_test

Revision:
1:3a7f743de36f
Child:
3:c87e6b48834e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/protocol/Protocol.h	Sat Jun 15 10:50:50 2019 -0300
@@ -0,0 +1,9 @@
+#ifndef SGAM_MDW_PROTOCOL_H
+#define SGAM_MDW_PROTOCOL_H
+
+class Protocol {
+public:
+    Protocol() { };
+    ~Protocol(){ };    
+};
+#endif