Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Committer:
Matt Briggs
Date:
Fri Dec 30 11:46:31 2016 -0700
Revision:
22:9453658b8d4b
Parent:
21:4be85f9c7dc7
Child:
23:4ed894108882
Minior changes moving to online compiler for a while

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Matt Briggs 21:4be85f9c7dc7 1 #ifndef __CONFIG_H__
Matt Briggs 21:4be85f9c7dc7 2 #define __CONFIG_H__
Matt Briggs 21:4be85f9c7dc7 3
Matt Briggs 22:9453658b8d4b 4 // These define which wireless bridge you are generating code for
Matt Briggs 21:4be85f9c7dc7 5 #define BRIDGE_TX
Matt Briggs 21:4be85f9c7dc7 6 //#define BRIDGE_RX
Matt Briggs 21:4be85f9c7dc7 7
Matt Briggs 22:9453658b8d4b 8 // Make eclipse happy by adding in macros which are typically added at compile time
Matt Briggs 22:9453658b8d4b 9 #ifndef TARGET_XDOT_L151CC
Matt Briggs 22:9453658b8d4b 10 #define TARGET_XDOT_L151CC
Matt Briggs 22:9453658b8d4b 11 // Note these seem to need to be added to eclipse indexer to make everyone happy
Matt Briggs 22:9453658b8d4b 12 #define DEVICE_SERIAL 1
Matt Briggs 22:9453658b8d4b 13 #define DEVICE_I2C 1
Matt Briggs 22:9453658b8d4b 14
Matt Briggs 21:4be85f9c7dc7 15 #endif