Smart_Miun

Dependencies:   libmDot-mbed5 LoRa_Miun_lib

Fork of Dot-Examples by MultiTech

Revision:
25:c54ffd0a0437
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/src/main.cpp	Wed Oct 11 10:29:54 2017 +0000
@@ -0,0 +1,11 @@
+#include "MIUN.LoRa.h"
+
+int main()
+{
+    MIUN::LoRa lora;
+    if(lora.joinNetwork()==true)
+    {
+         lora.sendReceive("hello world!", 1, NULL); 
+    }
+    while(true);
+}
\ No newline at end of file