#ifndef _ASP_MOTO_H_ #define _ASP_MOTO_H_ #include "bsp_config.h" //485_RE P33 //485_DE P32 ///#define D_485_TX() P55 = 1;// >750us ///#define D_485_RX() P55 = 0; extern void L2_moto_init(void); #define D_cmd_filter_moto 0xf0 extern void L3_moto_debug(u8 filter); #endif