Sigfox library with integration of ATParser

Revision:
4:c77d5019b264
Parent:
3:279bed56f354
Child:
5:66e05787ad5c
--- a/Sigfox.h	Mon May 01 08:26:05 2017 +0000
+++ b/Sigfox.h	Thu May 18 17:32:00 2017 +0000
@@ -36,6 +36,11 @@
     bool ready();
     
     bool send(const char *data, char* response=NULL);
+    /**
+     * true = public
+     * false = private
+     */
+    bool setKey(bool type);
     
     bool setPower(uint8_t power=15);