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.
Fork of XBeeLib by
Revision 10:71d1609e5a20, committed 2017-11-12
- Comitter:
- Muglug
- Date:
- Sun Nov 12 14:53:45 2017 +0000
- Parent:
- 9:780db84ce891
- Commit message:
- Minor Changes.;
Changed in this revision
| DigiLogger.lib | Show annotated file Show diff for this revision Revisions of this file |
| XBee/XBee.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DigiLogger.lib Fri Jul 29 13:10:07 2016 +0200 +++ b/DigiLogger.lib Sun Nov 12 14:53:45 2017 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Digi-International-Inc/code/DigiLogger/# +http://mbed.org \ No newline at end of file
--- a/XBee/XBee.h Fri Jul 29 13:10:07 2016 +0200
+++ b/XBee/XBee.h Sun Nov 12 14:53:45 2017 +0000
@@ -40,6 +40,11 @@
#define ENABLE_APS_ENCRYPTION 0x20
#define USE_EXTENDED_TX_TIMEOUT 0x40
+/* XbeeLib Configurations *** CHANGE HERE *** */
+#define FRAME_BUFFER_SIZE 16
+#define MAX_FRAME_PAYLOAD_LEN 256 // MAX 256 (type uint8_t)
+#define SYNC_OPS_TIMEOUT_MS 2000
+
namespace XBeeLib {
/**
