Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
17:d4f82e16de5f
Parent:
16:a3832552dfe1
Child:
19:75b28b4117cc
diff -r a3832552dfe1 -r d4f82e16de5f examples/src/peer_to_peer_example.cpp
--- 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