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
diff -r bb58d4e78e68 -r 2767f13b0a75 RadioContex.h
--- a/RadioContex.h	Thu Oct 01 14:42:59 2015 +0200
+++ b/RadioContex.h	Thu Oct 01 14:49:21 2015 +0200
@@ -26,7 +26,7 @@
 
 
 public:
-    SX1272MB1xAS* radio_;
+    SX1272BRD* radio_;
 
     static RadioContex* thi;