Sigfox library with integration of ATParser

Revision:
1:93450d8b2540
Parent:
0:5e0ae613c18c
Child:
2:d07e3b39ff74
--- a/Sigfox.h	Tue Apr 18 13:49:20 2017 +0000
+++ b/Sigfox.h	Tue Apr 18 15:05:57 2017 +0000
@@ -34,4 +34,10 @@
     bool ready();
     
     bool send(const char *data);
+    
+    bool setPowerMode(uint8_t power);
+    
+    void getID();
+    
+    void getPAC();
 };
\ No newline at end of file