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:
91:8196900df6fe
Parent:
90:32f9d043561a
Child:
92:1f86edb14cbe
--- a/xDotBridge/src/main.cpp	Sat Nov 18 22:58:20 2017 +0000
+++ b/xDotBridge/src/main.cpp	Sat Nov 18 18:01:43 2017 -0700
@@ -1,7 +1,6 @@
 #include "mbed.h"
 #include <math.h>
 #include "config.h"
-#include "xdot_flash.h"
 #include "dot_util.h"
 #include "RadioEvent.h"
 #include "BufferedSerial.h"
@@ -19,7 +18,7 @@
 
 #define RX_SEQ_LOG 1
 
-const float BridgeVersion = 1.02; // Bumped 2017/11/18
+const float BridgeVersion = 1.99; // Bumped 2017/11/TODO
 
 // 232 Pins
 const PinName SER_TERM_TX = UART_TX;
@@ -49,11 +48,6 @@
     pairBtnIntFlag = true;
 }
 
-void testFunc() {
-	const uint32_t test=0xDEADBEEF;
-	printf("%d", test);
-}
-
 int main() {
     CommProtocolPeerBrute *protocol = new CommProtocolPeerBrute();
     BaseboardIO *bbio = new BaseboardIO();