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:
Mon Jan 23 09:02:45 2017 -0700
Revision:
31:9c535a708ae9
Parent:
29:e05e35976cfe
Child:
33:c7bb3fbc024a
Adding code for analog ladder

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 26:9411b26a5084 5
Matt Briggs 31:9c535a708ae9 6 #define BRIDGE_TX_BRUTE 1
Matt Briggs 31:9c535a708ae9 7 #define BRIDGE_RX_BRUTE 1
Matt Briggs 31:9c535a708ae9 8
Matt Briggs 31:9c535a708ae9 9 #define LED_FEEDBACK 1 // If 1 then LED is shown and 0 LED is not shown to conserve power
Matt Briggs 21:4be85f9c7dc7 10
Matt Briggs 22:9453658b8d4b 11 // Make eclipse happy by adding in macros which are typically added at compile time
Matt Briggs 22:9453658b8d4b 12 #ifndef TARGET_XDOT_L151CC
Matt Briggs 22:9453658b8d4b 13 #define TARGET_XDOT_L151CC
Matt Briggs 22:9453658b8d4b 14 // Note these seem to need to be added to eclipse indexer to make everyone happy
Matt Briggs 22:9453658b8d4b 15 #define DEVICE_SERIAL 1
Matt Briggs 22:9453658b8d4b 16 #define DEVICE_I2C 1
Matt Briggs 24:fdf87e4b72e5 17 #define DEVICE_INTERRUPTIN 1
Matt Briggs 29:e05e35976cfe 18 #define DEVICE_ANALOGIN 1
mbriggs_vortex 23:4ed894108882 19 #endif
mbriggs_vortex 23:4ed894108882 20
Matt Briggs 21:4be85f9c7dc7 21 #endif