Elmo Terminal provides functionality to test Lora radio and access SX1272 chip registers delivered with Elmo board. Also contains example ping-pong application.

Dependencies:   SX1272lib mbed-src

Revision:
4:2767f13b0a75
Parent:
2:8d8295a51f68
Child:
6:453b018a9ba0
--- a/RadioContex.cpp	Thu Oct 01 14:42:59 2015 +0200
+++ b/RadioContex.cpp	Thu Oct 01 14:49:21 2015 +0200
@@ -55,7 +55,7 @@
 
     sendCntr = 0;
 
-    radio_ = new SX1272MB1xAS ( RadioContex::StaticOnTxDone, RadioContex::StaticOnTxTimeout, RadioContex::StaticOnRxDone,
+    radio_ = new SX1272BRD ( RadioContex::StaticOnTxDone, RadioContex::StaticOnTxTimeout, RadioContex::StaticOnRxDone,
                                 RadioContex::StaticOnRxTimeout, RadioContex::StaticOnRxError, NULL, NULL,
                                 RF_SPI_MOSI, RF_SPI_MISO, RF_SPI_SCK, RF_SPI_CS,
                                 RF_RESET, RF_DIO0, RF_DIO1, RF_DIO2, RF_DIO3, RF_DIO4, RF_DIO5,