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:
54:c04d7b6fa075
Parent:
53:a1563574a980
Child:
55:79ab0bbc5008
--- a/xDotBridge/inc/CommProtocolPeerBrute.h	Wed Feb 22 10:45:56 2017 -0700
+++ b/xDotBridge/inc/CommProtocolPeerBrute.h	Wed Feb 22 15:39:40 2017 -0700
@@ -122,6 +122,8 @@
      */
     CmdResult listen (bool &msgPending);
 
+    CmdResult sampleDLC();
+
     /**
      * @brief Returns the last message received via listening
      *
@@ -165,6 +167,7 @@
     uint8_t mNetwork_session_key[16];
     uint8_t mData_session_key[16];
     bool mIsTx;
+    uint32_t mPrevDownLinkCnt;
 
     /**
     * @brief Reads baseboard information from non-volatile memory (NVM)