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:
69:eb391644b346
Parent:
64:46c8819c07cc
--- a/xDotBridge/inc/UserInterface.h	Tue Mar 21 14:29:32 2017 -0600
+++ b/xDotBridge/inc/UserInterface.h	Fri Mar 24 08:15:37 2017 -0600
@@ -15,9 +15,10 @@
 const float TX_ACCEPT_WAIT_TIME = 10.0;
 
 enum PairBtnState {
-    pairBtnShortPress,
-    pairBtnMediumPress,
-    pairBtnLongPress
+    pairBtnNoPress=0,
+    pairBtnShortPress=1,
+    pairBtnMediumPress=2,
+    pairBtnLongPress=3
 };
 
 class PairBtnInterp {