公司代码
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.
 
 
 

17 lines
351 B

/*
* msp_DMK_485_Motor.h
*
* Created on: Jan 21, 2025
* Author: akeguo
*/
#ifndef INC_MSP_MSP_DMKE_485_MOTOR_H_
#define INC_MSP_MSP_DMKE_485_MOTOR_H_
#include "BHBF_ROBOT.h"
#include "bsp_DMKE.pb.h"
extern DMKE_struct_define *DMKE_Motors[3];
void DMAKE_intialize(struct UARTHandler *Handler);
#endif /* INC_MSP_MSP_DMKE_485_MOTOR_H_ */