Here it is ...

Dependencies:   libxDot-mbed5 TSL2561

Fork of Dot-Examples by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Thu Jun 29 15:31:22 2017 +0000
Parent:
21:09d05faf0e13
Child:
23:4c494ddeb4fd
Commit message:
support IN865 channel plan. update mbed-os to 5.4.7

Changed in this revision

examples/example_config.h Show annotated file Show diff for this revision Revisions of this file
examples/src/auto_ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
examples/src/class_c_example.cpp Show annotated file Show diff for this revision Revisions of this file
examples/src/manual_example.cpp Show annotated file Show diff for this revision Revisions of this file
examples/src/ota_example.cpp Show annotated file Show diff for this revision Revisions of this file
examples/src/peer_to_peer_example.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
--- a/examples/example_config.h	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/example_config.h	Thu Jun 29 15:31:22 2017 +0000
@@ -20,6 +20,7 @@
 //      CP_KR920
 //      CP_AS923
 //      CP_AS923_JAPAN
+//      CP_IN865
 #if !defined(CHANNEL_PLAN)
 #define CHANNEL_PLAN CP_US915
 #endif
--- a/examples/src/auto_ota_example.cpp	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/auto_ota_example.cpp	Thu Jun 29 15:31:22 2017 +0000
@@ -69,6 +69,8 @@
     plan = new lora::ChannelPlan_AS923();
 #elif CHANNEL_PLAN == CP_AS923_JAPAN
     plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+    plan = new lora::ChannelPlan_IN865();
 #endif
     assert(plan);
 
--- a/examples/src/class_c_example.cpp	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/class_c_example.cpp	Thu Jun 29 15:31:22 2017 +0000
@@ -63,6 +63,8 @@
     plan = new lora::ChannelPlan_AS923();
 #elif CHANNEL_PLAN == CP_AS923_JAPAN
     plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+    plan = new lora::ChannelPlan_IN865();
 #endif
     assert(plan);
 
--- a/examples/src/manual_example.cpp	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/manual_example.cpp	Thu Jun 29 15:31:22 2017 +0000
@@ -66,6 +66,8 @@
     plan = new lora::ChannelPlan_AS923();
 #elif CHANNEL_PLAN == CP_AS923_JAPAN
     plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+    plan = new lora::ChannelPlan_IN865();
 #endif
     assert(plan);
 
--- a/examples/src/ota_example.cpp	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/ota_example.cpp	Thu Jun 29 15:31:22 2017 +0000
@@ -69,6 +69,8 @@
     plan = new lora::ChannelPlan_AS923();
 #elif CHANNEL_PLAN == CP_AS923_JAPAN
     plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+    plan = new lora::ChannelPlan_IN865();
 #endif
     assert(plan);
 
--- a/examples/src/peer_to_peer_example.cpp	Fri Jun 09 08:31:21 2017 -0500
+++ b/examples/src/peer_to_peer_example.cpp	Thu Jun 29 15:31:22 2017 +0000
@@ -59,6 +59,8 @@
     plan = new lora::ChannelPlan_AS923();
 #elif CHANNEL_PLAN == CP_AS923_JAPAN
     plan = new lora::ChannelPlan_AS923_Japan();
+#elif CHANNEL_PLAN == CP_IN865
+    plan = new lora::ChannelPlan_IN865();
 #endif
     assert(plan);
 
--- a/mbed-os.lib	Fri Jun 09 08:31:21 2017 -0500
+++ b/mbed-os.lib	Thu Jun 29 15:31:22 2017 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#50b3418e45484ebf442b88cd935a2d5355402d7d
+https://github.com/ARMmbed/mbed-os/#fc1836545dcc2fc86f03b01292b62bf2089f67c3