zhyinch
2018-10-18 4a99709fbaf35e70ab7102c902e2c4caab74b96c
源码/核心板/Src/application/dw_app.h
@@ -5,6 +5,9 @@
#include "stm32f10x.h"
#include "filters.h"
#define WORK_MODE_TAG
//#define WORK_MODE_ANCHOR
#define TAG_NUM_IN_SYS            256
#define DFT_RAND_DLY_TIM_MS         1
@@ -17,5 +20,8 @@
void Tag_App(void);
void Anchor_App(void);
void tag_sleep_configuraion(void);
extern uint16_t g_Tagdist[256];
extern uint8_t g_flag_Taggetdist[256];
extern void TagDistClear(void);
void Dw1000_App_Init(void);
#endif