
FF1705 support added
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Fork of Dot-Examples by
Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2
Revision 22:d9bc10bbc433, committed 2017-06-29
- 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
--- 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