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

Dependents:   sgam_mdw_test

Revision:
6:5c06daa180c2
Parent:
5:8e160ad9adf3
Child:
7:cb5a0a555a53
--- a/communication/Communication.h	Wed Jun 26 23:45:16 2019 -0300
+++ b/communication/Communication.h	Thu Jul 11 22:27:39 2019 -0300
@@ -16,7 +16,7 @@
     virtual const char* getName() = 0;
 
     virtual int write(const char* data) = 0;
-    virtual int read(char* buffer, int offset) = 0;
+    virtual int read(unsigned char* buffer, int offset) = 0;
 
 };
 #endif