Copy of XBeeLib for "LosPutacos"

Fork of XBeeLib by Digi International Inc.

Revision:
10:71d1609e5a20
Parent:
8:b5f4a0e92249
--- 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 {
 
 /**