ChipTest/PAN159/PAN159-Template/SampleCode/Template/debug/debug.h
2021-10-07 09:32:05 +08:00

17 lines
284 B
C

#ifndef __DEBUG_H_
#define __DEBUG_H_
#include "stdint.h"
#include "pack.h"
#include "debug_rf.h"
uint8_t dbg_update(void);
#define __PXGS_DEBUG_IMU 1 //陀螺仪数据
#define __PXGS_DEBUG_ADC_PWM 0 //ADC数据
#define __PXGS_DEBUG_ALTHOLD 0 //定高数据
//#define NULL 0
#endif