| | |
| | | #include "ADC.h" |
| | | #include "TrackingDiff.h" |
| | | |
| | | #define SENDANCPARA_LEN 102 |
| | | #define BASELOST_STOPMOTOR_TIME 5 |
| | | //BITSTATE |
| | | #define GOINGSLEEPBIT 1 |
| | |
| | | #define NEAR_POLL 0x06 |
| | | #define NEAR_RESPONSE 0x07 |
| | | #define NEAR_FINAL 0x08 |
| | | #define NEAR_PRAAREPLY 0x20 |
| | | //General |
| | | #define GROUP_ID_IDX 0 |
| | | #define ANCHOR_ID_IDX 1 |
| | | #define TAG_ID_IDX 5 |
| | | #define MESSAGE_TYPE_IDX 9 |
| | | #define MESSAGE_PARAREPLY_IDX 10 |
| | | //Poll |
| | | #define TAGSTATE 7 |
| | | #define ANC_TYPE_IDX 14 |
| | |
| | | #define ANCTIMEUS 16 |
| | | #define TAGSLOTPOS 7 |
| | | #define MOTORSTATE_INDEX 19 |
| | | #define REMOTEPARA_INDEX 20 |
| | | #define REMOTEPARA_INDEX 22 |
| | | //Final |
| | | #define TAGCONFIGSUCCESS_INDEX 7 |
| | | #define FINAL_MSG_POLL_TX_TS_IDX 10 |