Test of importing mbed-os 5.7.7 and libmDot-mbed5 3.1.0

Dependencies:   libmDot-mbed5

Files at this revision

API Documentation at this revision

Comitter:
jreiss
Date:
Sat Mar 09 19:00:03 2019 +0000
Commit message:
Initial commit;

Changed in this revision

libmDot-mbed5.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r e2ec65e9536f libmDot-mbed5.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libmDot-mbed5.lib	Sat Mar 09 19:00:03 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/MultiTech/code/libmDot-mbed5/#64982192a2af
diff -r 000000000000 -r e2ec65e9536f main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Mar 09 19:00:03 2019 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include "mDot.h"
+#include "ChannelPlans.h"
+
+// main() runs in its own thread in the OS
+int main()
+{
+    lora::ChannelPlan* plan=new lora::ChannelPlan_EU868();
+    //assert(plan);
+
+    mDot* dot=mDot::getInstance(plan);
+    //assert(dot)
+    while (true) {
+
+    }
+    return 0;
+}
\ No newline at end of file
diff -r 000000000000 -r e2ec65e9536f mbed-os.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os.lib	Sat Mar 09 19:00:03 2019 +0000
@@ -0,0 +1,1 @@
+https://github.com/ARMmbed/mbed-os/#16bac101a6b7b4724023dcf86ece1548e3a23cbf