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.
Revision 1:7a75ab5e7485, committed 2015-05-05
- Comitter:
- spastor
- Date:
- Tue May 05 18:28:30 2015 +0200
- Parent:
- 0:bfbc01d0df22
- Child:
- 2:19e7c1b3ef56
- Commit message:
- Automatic upload
Changed in this revision
--- a/XBeeLib.lib Wed Apr 29 17:57:44 2015 +0200 +++ b/XBeeLib.lib Tue May 05 18:28:30 2015 +0200 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#7bfa82960634 +http://developer.mbed.org/teams/Digi-International-Inc/code/XBeeLib/#9d47bb6abe69
--- a/config.h Wed Apr 29 17:57:44 2015 +0200 +++ b/config.h Tue May 05 18:28:30 2015 +0200 @@ -12,7 +12,6 @@ #define ENABLE_PM_SUPPORT #define SYNC_OPS_TIMEOUT_MS 2000 -#define REM_SYNC_OPS_TIMEOUT_MS 3000 #if defined(PATFORM_ARCHPRO) #define RADIO_TX P4_28
--- a/main.cpp Wed Apr 29 17:57:44 2015 +0200
+++ b/main.cpp Tue May 05 18:28:30 2015 +0200
@@ -47,6 +47,9 @@
radioStatus = xbee.set_pin_config(remoteDevice, XBee802::DIO3_AD3, DigitalInput);
MBED_ASSERT(radioStatus == Success);
+ radioStatus = xbee.set_pin_pull_up(remoteDevice, XBee802::DIO3_AD3, true);
+ MBED_ASSERT(radioStatus == Success);
+
radioStatus = xbee.set_pin_config(remoteDevice, XBee802::DIO4_AD4, DigitalOutHigh);
MBED_ASSERT(radioStatus == Success);