25_R1_chassis/User/Module/define.h
2025-07-11 21:39:07 +08:00

61 lines
778 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef DEFINE_h
#define DEFINE_h
/*
从这里一键快捷切换各个配置模式
注意:宏定义名称不要和各文件中结构体名称相重
*/
/*舵轮校准*/
//#define calibration //校准
/*导航方式*/
//#define radar //雷达
#define action_sick //码盘sick跑点
/*vofa*/
//#define vofa_usb //利用c板usb口有线调试
//#define vofa_uart1 //利用串口1不用码盘时进行无线调试
/*nuc*/
//#define nuc_1 //炎辰的通信
#define nuc_2 //祖成的通信
/*遥控器*/
//#define DR16 //大疆
#define R12DS //乐迪
/*sick数据*/
#define sick4 //接收4个sick小板数据
//#define sick_mini //接收sick_mini板数据
#endif