Fork to see if I can get working

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

Fork of xDotBridge_update_test20180823 by Matt Briggs

xDotBridge/config.h

Committer:
Matt Briggs
Date:
2017-01-09
Revision:
29:e05e35976cfe
Parent:
28:b14b2926e916
Child:
31:9c535a708ae9

File content as of revision 29:e05e35976cfe:

#ifndef __CONFIG_H__
#define __CONFIG_H__

// These define which wireless bridge you are generating code for

//#define BRIDGE_TX_ACK 1
//#define BRIDGE_RX_ACK 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
#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
#define DEVICE_ANALOGIN 1
#endif

#endif