EIoT LoRa node 1 - Working ok

Dependencies:   BufferedSerial SX1276GenericLib-node1 mbed

Fork of DISCO-L072CZ-LRWAN1_LoRa_node by Santiago Gil

Revision:
13:289b91418e96
Parent:
12:a6a37ba1feff
--- a/main.cpp	Wed Aug 08 22:33:19 2018 +0000
+++ b/main.cpp	Mon Oct 08 16:10:55 2018 +0000
@@ -17,7 +17,7 @@
     ser->baud(115200);
     ser->format(8);
     myled = 1;
-    btn.fall(&onButtonEvent);
+    //btn.fall(&onButtonEvent);
     SX1276PingPong();
 }