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:
9:16106008960b
Parent:
0:45496a70a8a5
--- a/app/SerialDisplay.cpp	Sat Jan 07 08:52:00 2017 +0000
+++ b/app/SerialDisplay.cpp	Mon Jan 30 21:49:58 2017 +0000
@@ -16,7 +16,9 @@
 #include "vt100.h"
 #include "SerialDisplay.h"
 
-VT100 vt( USBTX, USBRX );
+//VT100 vt( USBTX, USBRX );
+VT100 vt( PC_12, PD_2 );
+
 
 void SerialPrintCheckBox( bool activated, uint8_t color )
 {