Copy of XBeeLib for "LosPutacos"

Fork of XBeeLib by Digi International Inc.

Files at this revision

API Documentation at this revision

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
diff -r 780db84ce891 -r 71d1609e5a20 DigiLogger.lib
--- 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
diff -r 780db84ce891 -r 71d1609e5a20 XBee/XBee.h
--- 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 {
 
 /**