zhyinch
2019-11-12 503efc0a0d2ea34213ec87aea5bf63c52c2eb93a
源码/核心板/Src/application/dw_app.h
@@ -19,6 +19,8 @@
#define GROUP_TAG_NUM 2
#define TAG_NUM_IN_SYS            256
#define DFT_RAND_DLY_TIM_MS         1
#define QUIT_SLOT_TIME    5
extern u16 slottime,tyncpoll_time,max_slotpos;
extern u16 poll_timer,tag_timer;
extern int8_t tag_delaytime;
extern u32 dev_id;
@@ -41,4 +43,6 @@
extern uint8_t g_flag_Taggetdist[256];
extern void TagDistClear(void);
void Dw1000_App_Init(void);
void TagListUpdate(void);
void SyncPoll(u8 sync_seq);
#endif