LoRa on Multitech with Semtech mote

Dependencies:   LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed

Fork of LoRaWAN-NAMote72-Application-Demo_Multitech by Nagaraj Krishnamurthy

Revision:
16:85cfe4bb33e8
Parent:
15:39a23f5affd1
Child:
18:168062d45093
--- a/app/LoRaEventProc.cpp	Wed Aug 31 21:01:03 2016 +0000
+++ b/app/LoRaEventProc.cpp	Wed Nov 09 06:55:47 2016 +0000
@@ -29,6 +29,8 @@
 void PrepareLoRaFrame( uint8_t port )
 {
 
+    printf( "###### ===== PrepareLoRaFrame %d ==== ######\r\n", port );
+
     switch( port )
     {    
     case 5:
@@ -78,6 +80,7 @@
             *  Appends incremental values of 1 Byte each to TX buffer until Full
             */
             LoRaApp.ApplicationCall( AppRamp );
+            
 
             break;
         }