Anderson Cunha / sgam_mdw

Dependents:   sgam_mdw_test

Files at this revision

API Documentation at this revision

Comitter:
AndersonIctus
Date:
Thu Jul 11 22:27:39 2019 -0300
Parent:
5:8e160ad9adf3
Child:
7:cb5a0a555a53
Commit message:
- mudancas para leitura pelo loranwan

Changed in this revision

communication/Communication.h Show annotated file Show diff for this revision Revisions of this file
--- 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