Sending IKS01A1 temperature sensor to LoRaWAN port-5 uplink

Dependencies:   X_NUCLEO_IKS01A1 mbed LoRaWAN-lib SX1276Lib

Fork of LoRaWAN-demo-76 by Semtech

Use IKS01A1 sensor shield with SX1272 shield or SX1276 shield.

Sends temperature sensor to LoRaWAN uplink port 5.


Remove SB22 and SB23 from IKS01A1 before using

SB28 conflicts with DIO0 on radio. (TxDone RxDone)

SB22 conflicts with RxTx on radio. (antenna switch)

Revision:
1:352f608c3337
Parent:
0:92bca02df485
Child:
3:9c6f7f082151
--- a/app/SerialDisplay.cpp	Tue Oct 20 13:23:35 2015 +0000
+++ b/app/SerialDisplay.cpp	Thu Nov 26 12:59:52 2015 +0000
@@ -16,27 +16,6 @@
 #include "vt100.h"
 #include "SerialDisplay.h"
 
-//extern struct sLoRaMacUplinkStatus
-//{
-//    uint8_t Acked;
-//    int8_t Datarate;
-//    uint16_t UplinkCounter;
-//    uint8_t Port;
-//    uint8_t *Buffer;
-//    uint8_t BufferSize;
-//}LoRaMacUplinkStatus;
-//
-//extern struct sLoRaMacDownlinkStatus
-//{
-//    int16_t Rssi;
-//    int8_t Snr;
-//    uint16_t DownlinkCounter;
-//    bool RxData;
-//    uint8_t Port;
-//    uint8_t *Buffer;
-//    uint8_t BufferSize;
-//}LoRaMacDownlinkStatus;
-
 VT100 vt( USBTX, USBRX );
 
 void SerialPrintCheckBox( bool activated, uint8_t color )