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
diff -r 67c0b22f99f0 -r 3a7f743de36f protocol/Protocol.h
--- /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