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: MPU9250_SPI SDFileSystem XBeeLib
Diff: configuration.h
- Revision:
- 14:13fb16fbb444
- Parent:
- 2:7f90cc734a10
- Child:
- 15:0a95d295e76e
--- a/configuration.h Tue Oct 17 09:48:49 2017 +0000
+++ b/configuration.h Tue Oct 17 11:24:54 2017 +0000
@@ -23,6 +23,11 @@
// Your code here!
+/* XbeeLib Configurations */
+#define FRAME_BUFFER_SIZE 100 //MAX 256 (type uint8_t)
+#define MAX_FRAME_PAYLOAD_LEN 0x10 // TxReqZBDM (type uint16_t)
+#define SYNC_OPS_TIMEOUT_MS 1000
+
#endif // CONFIGURATION_H_
//-----------------------------------------------------------------
\ No newline at end of file

