You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
277 B

1 year ago
#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