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:
64:46c8819c07cc
Parent:
63:e1efbe3402d9
Child:
65:d546060aa03d
--- a/xDotBridge/inc/CommProtocolPeerBrute.h	Tue Mar 14 09:54:04 2017 -0600
+++ b/xDotBridge/inc/CommProtocolPeerBrute.h	Tue Mar 14 11:53:53 2017 -0600
@@ -205,6 +205,12 @@
      */
     uint32_t getULC();
 
+    /**
+     * Resets both uplink and downlink counters (1 and 0 respectively).
+     * @return
+     */
+    CmdResult resetCounters();
+
     // TODO maybe this should be private
     CmdResult configForPairingNetwork();
     void printDotConfig();
@@ -247,12 +253,6 @@
     CmdResult writeInfoToNVM();
 
     /**
-     * Resets both uplink and downlink counters to zero.  Useful for when pairing.
-     * @return
-     */
-    CmdResult resetCounters();
-
-    /**
      * Generates new encryption keys for radio
      * @return
      */