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:
22:9453658b8d4b
Parent:
21:4be85f9c7dc7
Child:
23:4ed894108882
diff -r 4be85f9c7dc7 -r 9453658b8d4b xDotBridge/config.h
--- a/xDotBridge/config.h	Fri Dec 30 09:32:05 2016 -0700
+++ b/xDotBridge/config.h	Fri Dec 30 11:46:31 2016 -0700
@@ -1,9 +1,15 @@
 #ifndef __CONFIG_H__
 #define __CONFIG_H__
 
-#define TARGET_XDOT_L151CC
-// Only select one
+// These define which wireless bridge you are generating code for
 #define BRIDGE_TX
 //#define BRIDGE_RX
 
+// Make eclipse 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
+
 #endif