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: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 85:dd8176285b6e
- Parent:
- 82:0981b9ada820
- Child:
- 87:6d95f853dab3
--- a/System/StaticDefs.cpp Tue Feb 19 20:11:43 2019 +0000
+++ b/System/StaticDefs.cpp Mon Feb 25 21:26:34 2019 +0000
@@ -20,7 +20,7 @@
MODSERIAL & xbee() {
static MODSERIAL xb(p9, p10); //XBee tx, rx pins
- //static MODSERIAL xb(USBTX, USBRX); //XBee tx, rx pins
+ //static MODSERIAL xb(USBTX, USBRX); //if you want to send all the xbee() messages throught the USB connection
return xb;
}