Sigfox Communication library, allowing you to use any kind of UART able Sigfox Transmitter

Dependents:   DS1820_HelloWorld

Revision:
2:975b82a3cde0
Parent:
0:996eb84c895e
--- a/sigfox.h	Fri Mar 11 08:38:19 2016 +0000
+++ b/sigfox.h	Sat Mar 12 16:00:57 2016 +0000
@@ -4,9 +4,9 @@
 #include "mbed.h"
 
 //Define your baudrate and pins here
-#define BAUDRATE      9600
-#define PIN_RX       p7
-#define PIN_TX       p8
+#define BAUDRATE     9600
+#define PIN_RX       p19
+#define PIN_TX       p18
 
 class Sigfox_ {