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.
16 lines
383 B
16 lines
383 B
|
3 weeks ago
|
/*
|
||
|
|
* motors.h
|
||
|
|
*
|
||
|
|
* Created on: Nov 11, 2024
|
||
|
|
* Author: akeguo
|
||
|
|
*/
|
||
|
|
#include "MSP/msp_TI5MOTOR.h"
|
||
|
|
#include "BSP/bsp_FDCAN.h"
|
||
|
|
#include "bsp_Error_Detect.h"
|
||
|
|
void Motor_Controller_intialize(FDCANHandler *Handler);
|
||
|
|
void Motor_Controller_intialize_CAN2(FDCANHandler *Handler);
|
||
|
|
#include "BHBF_ROBOT.h"
|
||
|
|
|
||
|
|
extern char TT_Motor_Need_To_Activate;
|
||
|
|
extern char TT_Motor_Need_To_Activate_1;
|