zhyinch
2018-10-21 8e405075a9bc14ee38bfece2a410ee7d28dd306c
源码/核心板/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
@@ -20,4 +23,5 @@
extern uint16_t g_Tagdist[256];
extern uint8_t g_flag_Taggetdist[256];
extern void TagDistClear(void);
void Dw1000_App_Init(void);
#endif