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:
27:6b68ff715ae1
Parent:
26:9411b26a5084
Child:
28:b14b2926e916
--- a/xDotBridge/config.h	Wed Jan 04 11:20:07 2017 -0700
+++ b/xDotBridge/config.h	Wed Jan 04 17:05:32 2017 -0700
@@ -3,8 +3,10 @@
 
 // These define which wireless bridge you are generating code for
 
-#define BRIDGE_TX 1
+//#define BRIDGE_TX 1
 //#define BRIDGE_RX 1
+#define BRIDGE_TX_BRUTE 1
+//#define BRIDGE_RX_BRUTE 1
 
 // Make eclipse happy by adding in macros which are typically added at compile time
 #ifndef TARGET_XDOT_L151CC
@@ -15,5 +17,4 @@
 #define DEVICE_INTERRUPTIN 1
 #endif
 
-
 #endif