|
Arduino driver library for Decawave DW1000
Dec 20 2016
|
Go to the source code of this file.
Classes | |
| class | DW1000RangingClass |
Macros | |
| #define | POLL 0 |
| #define | POLL_ACK 1 |
| #define | RANGE 2 |
| #define | RANGE_REPORT 3 |
| #define | RANGE_FAILED 255 |
| #define | BLINK 4 |
| #define | RANGING_INIT 5 |
| #define | LEN_DATA 90 |
| #define | MAX_DEVICES 4 |
| #define | DEFAULT_RST_PIN 9 |
| #define | DEFAULT_SPI_SS_PIN 10 |
| #define | DEFAULT_RESET_PERIOD 200 |
| #define | DEFAULT_REPLY_DELAY_TIME 7000 |
| #define | TAG 0 |
| #define | ANCHOR 1 |
| #define | DEFAULT_TIMER_DELAY 80 |
| #define | DEBUG false |
Variables | |
| DW1000RangingClass | DW1000Ranging |
| #define ANCHOR 1 |
| #define BLINK 4 |
| #define DEBUG false |
| #define DEFAULT_REPLY_DELAY_TIME 7000 |
| #define DEFAULT_RESET_PERIOD 200 |
| #define DEFAULT_RST_PIN 9 |
| #define DEFAULT_SPI_SS_PIN 10 |
| #define DEFAULT_TIMER_DELAY 80 |
| #define LEN_DATA 90 |
| #define MAX_DEVICES 4 |
| #define POLL 0 |
| #define POLL_ACK 1 |
| #define RANGE 2 |
| #define RANGE_FAILED 255 |
| #define RANGE_REPORT 3 |
| #define RANGING_INIT 5 |
| #define TAG 0 |
| DW1000RangingClass DW1000Ranging |
1.8.11