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:
55:79ab0bbc5008
Parent:
52:64a2c71c7c49
Child:
56:40b454c952cc
--- a/xDotBridge/config.h	Wed Feb 22 15:39:40 2017 -0700
+++ b/xDotBridge/config.h	Mon Feb 27 08:06:36 2017 -0700
@@ -5,21 +5,19 @@
 #ifndef CONFIG_H_
 #define CONFIG_H_
 
-//#define __TEST__ 1 // Comment out for main application
+#define __TEST__ 1 // Comment out for main application
 
-// Manual test
-//#define __TEST_BBIO__ // Comment out for main application
+// Manual test.  Comment out for main application.  Or comment for individual test.
+//#define __TEST_BBIO__
+//#define __TEST_LRR__  // Comment out for main application
 //#define __TEST_PVD__  // Comment out for main application
-//#define __TEST_LRR__  // Comment out for main application
+
 // These define which wireless bridge you are generating code for
-#define BRIDGE_TX_BRUTE 0
-
 #define LED_FEEDBACK 1  // If 1 then LED is shown and 0 LED is not shown to conserve power
 
 // Make eclipse IDE happy by adding in macros which are typically added at compile time
 #ifndef TARGET_XDOT_L151CC
 #define TARGET_XDOT_L151CC
-// Note these seem to need to be added to eclipse indexer to make everyone happy
 #define DEVICE_SERIAL 1
 #define DEVICE_I2C 1
 #define DEVICE_INTERRUPTIN 1