Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated
Fork of xDotBridge_update_test20180823 by
xDotBridge/config.h@21:4be85f9c7dc7, 2016-12-30 (annotated)
- Committer:
- Matt Briggs
- Date:
- Fri Dec 30 09:32:05 2016 -0700
- Revision:
- 21:4be85f9c7dc7
- Child:
- 22:9453658b8d4b
Rename and move files
Who changed what in which revision?
User | Revision | Line number | New 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 | 21:4be85f9c7dc7 | 4 | #define TARGET_XDOT_L151CC |
Matt Briggs | 21:4be85f9c7dc7 | 5 | // Only select one |
Matt Briggs | 21:4be85f9c7dc7 | 6 | #define BRIDGE_TX |
Matt Briggs | 21:4be85f9c7dc7 | 7 | //#define BRIDGE_RX |
Matt Briggs | 21:4be85f9c7dc7 | 8 | |
Matt Briggs | 21:4be85f9c7dc7 | 9 | #endif |