test recieve

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Tue Nov 01 21:07:22 2016 +0000
Parent:
16:a3832552dfe1
Child:
18:b7da620f9ae3
Commit message:
update to mbed-os 5.1.5 (compatible with latest Dot 2.x library <2.0.16) and add note about Dot library requirement

Changed in this revision

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
file.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/src/auto_ota_example.cpp	Wed Oct 19 11:53:17 2016 -0500
+++ b/examples/src/auto_ota_example.cpp	Tue Nov 01 21:07:22 2016 +0000
@@ -3,6 +3,18 @@
  
 #if ACTIVE_EXAMPLE == AUTO_OTA_EXAMPLE
 
+/////////////////////////////////////////////////////////////////////////////
+// -------------------- DOT LIBRARY REQUIRED ------------------------------//
+// * Because these example programs can be used for both mDot and xDot     //
+//     devices, the LoRa stack is not included. The libmDot library should //
+//     be imported if building for mDot devices. The libxDot library       //
+//     should be imported if building for xDot devices.                    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/        //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-mbed5/        //
+/////////////////////////////////////////////////////////////////////////////
+
 /////////////////////////////////////////////////////////////
 // * these options must match the settings on your gateway //
 // * edit their values to match your configuration         //
--- a/examples/src/class_c_example.cpp	Wed Oct 19 11:53:17 2016 -0500
+++ b/examples/src/class_c_example.cpp	Tue Nov 01 21:07:22 2016 +0000
@@ -3,6 +3,18 @@
  
 #if ACTIVE_EXAMPLE == CLASS_C_EXAMPLE
 
+/////////////////////////////////////////////////////////////////////////////
+// -------------------- DOT LIBRARY REQUIRED ------------------------------//
+// * Because these example programs can be used for both mDot and xDot     //
+//     devices, the LoRa stack is not included. The libmDot library should //
+//     be imported if building for mDot devices. The libxDot library       //
+//     should be imported if building for xDot devices.                    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/        //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-mbed5/        //
+/////////////////////////////////////////////////////////////////////////////
+
 /////////////////////////////////////////////////////////////
 // * these options must match the settings on your gateway //
 // * edit their values to match your configuration         //
--- a/examples/src/manual_example.cpp	Wed Oct 19 11:53:17 2016 -0500
+++ b/examples/src/manual_example.cpp	Tue Nov 01 21:07:22 2016 +0000
@@ -3,6 +3,18 @@
  
 #if ACTIVE_EXAMPLE == MANUAL_EXAMPLE
 
+/////////////////////////////////////////////////////////////////////////////
+// -------------------- DOT LIBRARY REQUIRED ------------------------------//
+// * Because these example programs can be used for both mDot and xDot     //
+//     devices, the LoRa stack is not included. The libmDot library should //
+//     be imported if building for mDot devices. The libxDot library       //
+//     should be imported if building for xDot devices.                    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/        //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-mbed5/        //
+/////////////////////////////////////////////////////////////////////////////
+
 /////////////////////////////////////////////////////////////
 // * these options must match the settings on your gateway //
 // * edit their values to match your configuration         //
--- a/examples/src/ota_example.cpp	Wed Oct 19 11:53:17 2016 -0500
+++ b/examples/src/ota_example.cpp	Tue Nov 01 21:07:22 2016 +0000
@@ -3,6 +3,18 @@
  
 #if ACTIVE_EXAMPLE == OTA_EXAMPLE
 
+/////////////////////////////////////////////////////////////////////////////
+// -------------------- DOT LIBRARY REQUIRED ------------------------------//
+// * Because these example programs can be used for both mDot and xDot     //
+//     devices, the LoRa stack is not included. The libmDot library should //
+//     be imported if building for mDot devices. The libxDot library       //
+//     should be imported if building for xDot devices.                    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/        //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-mbed5/        //
+/////////////////////////////////////////////////////////////////////////////
+
 /////////////////////////////////////////////////////////////
 // * these options must match the settings on your gateway //
 // * edit their values to match your configuration         //
--- a/examples/src/peer_to_peer_example.cpp	Wed Oct 19 11:53:17 2016 -0500
+++ b/examples/src/peer_to_peer_example.cpp	Tue Nov 01 21:07:22 2016 +0000
@@ -3,6 +3,18 @@
  
 #if ACTIVE_EXAMPLE == PEER_TO_PEER_EXAMPLE
 
+/////////////////////////////////////////////////////////////////////////////
+// -------------------- DOT LIBRARY REQUIRED ------------------------------//
+// * Because these example programs can be used for both mDot and xDot     //
+//     devices, the LoRa stack is not included. The libmDot library should //
+//     be imported if building for mDot devices. The libxDot library       //
+//     should be imported if building for xDot devices.                    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libmDot-mbed5/        //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-dev-mbed5/    //
+// * https://developer.mbed.org/teams/MultiTech/code/libxDot-mbed5/        //
+/////////////////////////////////////////////////////////////////////////////
+
 /////////////////////////////////////////////////////////////
 // * these options must match between the two devices in   //
 //   order for communication to be successful
--- a/mbed-os.lib	Wed Oct 19 11:53:17 2016 -0500
+++ b/mbed-os.lib	Tue Nov 01 21:07:22 2016 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#670b0984ebf1207771ef5afbc1c64f85af349da1
+https://github.com/ARMmbed/mbed-os/#a6f3fd1a60d5df59246d7caf3f108c4d34e1808e