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.
21 lines
398 B
21 lines
398 B
|
6 days ago
|
/*
|
||
|
|
* motors.h
|
||
|
|
*
|
||
|
|
* Created on: 2025年12月29日
|
||
|
|
* Author: xsq
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef FSM_INC_MOTORS_H_
|
||
|
|
#define FSM_INC_MOTORS_H_
|
||
|
|
#include "BHBF_ROBOT.h"
|
||
|
|
#include "BSP/bsp_FDCAN.h"
|
||
|
|
#include "bsp_Error_Detect.h"
|
||
|
|
|
||
|
|
|
||
|
|
extern void Roughening_Motor_Controller_intialize(FDCANHandler *Handler);
|
||
|
|
extern TT_MotorParameters *TT_Motor[7];
|
||
|
|
|
||
|
|
extern char TT_Motor_Need_To_Activate;
|
||
|
|
|
||
|
|
#endif /* FSM_INC_MOTORS_H_ */
|