sigfox

Fork of Sigfox by Belkacem DAHMANI

Files at this revision

API Documentation at this revision

Comitter:
Raffaello
Date:
Tue May 30 21:32:57 2017 +0000
Parent:
6:799a482a7024
Child:
8:b10abac6a42e
Commit message:
Clean

Changed in this revision

Sigfox.h Show annotated file Show diff for this revision Revisions of this file
--- a/Sigfox.h	Mon May 29 19:42:14 2017 +0000
+++ b/Sigfox.h	Tue May 30 21:32:57 2017 +0000
@@ -34,12 +34,9 @@
     ATParser *_at;
     char ID[9];
     char PAC[17];
-    char tmp[12];
     
     public:
-    Sigfox(ATParser &at) : _at(&at) {
-        
-    };
+    Sigfox(ATParser &at) : _at(&at) {};
     
     bool ready();