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: DW1000 ait_link BufferedSerial mbed
Diff: UWBProtocol/UWBProtocol.h
- Revision:
- 4:1a2c1e5e5516
- Parent:
- 1:c070ca30da80
--- a/UWBProtocol/UWBProtocol.h Sat Feb 13 17:13:27 2016 +0000
+++ b/UWBProtocol/UWBProtocol.h Tue Mar 29 10:00:43 2016 +0000
@@ -34,6 +34,7 @@
// Response delay of the ranging. This should be equal on both sides and has to be bigger than the processing time of the frame on each node.
// For 110kbps, 2500 is OK. For 6.8Mbps, 900 is OK.
+ // With passive multi-ranging the delay usually has to be raised a bit (e.g. 3000 instead of 2500).
#ifdef ANSWER_DELAY_US_OVERWRITE
const static int ANSWER_DELAY_US = ANSWER_DELAY_US_OVERWRITE;
#else