Node code for sx1272 LoRa transciever

Dependencies:   mbed BMP085 BufferedSerial DHT Sds021 Chainable_RGB_LED DigitDisplay LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72-bootcamp by Semtech

Revision:
1:263aa4ff29cd
Parent:
0:45496a70a8a5
Child:
9:16106008960b
--- a/board/board.cpp	Thu Jan 07 15:11:08 2016 +0000
+++ b/board/board.cpp	Thu Feb 18 07:49:29 2016 +0000
@@ -15,7 +15,7 @@
 #include "mbed.h"
 #include "board.h"
 
-SX1272MB1DxS Radio( NULL );
+SX1272MB2xAS Radio( NULL );
 
 void BoardInit( void )
 {