Helper library to use modem_ref driver.

Dependencies:   WizziCom WizziDebug ram_fs modem_ref

Dependents:   D7A_Localisation D7A_1x_demo_send_file_data_and_forget D7A_1x_demo_CodeUpgradeProtocol D7A_1x_demo_LoRaWAN ... more

Revision:
20:8e6a7f4e06a1
Parent:
1:0ec0bae00588
Child:
30:df7f9183410c
--- a/hwcfg.h	Thu Dec 14 19:16:49 2017 +0000
+++ b/hwcfg.h	Thu Dec 21 14:31:07 2017 +0000
@@ -7,10 +7,10 @@
     // -----------------------------------------------
     // Hardware configuration for sh2001 / sh2030
     // -----------------------------------------------
-    #define MODEM_PIN_TX            (D10)
-    #define MODEM_PIN_RX            (D2)
-    #define MODEM_PIN_IRQ_OUT       (D13)
-    #define MODEM_PIN_IRQ_IN        (D9)
+    #define MODEM_PIN_RX            (D10)
+    #define MODEM_PIN_TX            (D2)
+    #define MODEM_PIN_IRQ_IN        (D13)
+    #define MODEM_PIN_IRQ_OUT       (D9)
     #define MODEM_PIN_RESET         (A3)
     //#define DEBUG_LED               (NC)
     #define DEBUG_BUTTON            (USER_BUTTON)
@@ -24,10 +24,10 @@
     // -----------------------------------------------
     // Hardware configuration for sh2050
     // -----------------------------------------------
-    #define MODEM_PIN_TX            (D5)
-    #define MODEM_PIN_RX            (D4)
-    #define MODEM_PIN_IRQ_OUT       (D11)
-    #define MODEM_PIN_IRQ_IN        (D10)
+    #define MODEM_PIN_RX            (D5)
+    #define MODEM_PIN_TX            (D4)
+    #define MODEM_PIN_IRQ_IN        (D11)
+    #define MODEM_PIN_IRQ_OUT       (D10)
     #define MODEM_PIN_RESET         (D12)
     #define DEBUG_LED               (D13) // LED1
     #define DEBUG_BUTTON            (D9)