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:
3:bb58d4e78e68
Parent:
2:8d8295a51f68
diff -r 8d8295a51f68 -r bb58d4e78e68 main.cpp
--- a/main.cpp	Thu Oct 01 09:40:30 2015 +0200
+++ b/main.cpp	Thu Oct 01 14:42:59 2015 +0200
@@ -8,8 +8,6 @@
 
 #include "PingPongCmd.h"
 
-#include <sstream>
-
 
 Variable::ValueDescription frequencyValues[] =
         {{860000, "kHz"}, {1020000, 0}, {0,0} };