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
246 B
13 lines
246 B
1 week ago
|
/*
|
||
|
* motors.h
|
||
|
*
|
||
|
* Created on: Nov 11, 2024
|
||
|
* Author: akeguo
|
||
|
*/
|
||
|
#include "msp_TI5MOTOR.h"
|
||
|
#include "bsp_FDCAN.h"
|
||
|
#include "bsp_Error_Detect.h"
|
||
|
void TankWashing_Motor_Controller_intialize(FDCANHandler *Handler);
|
||
|
|
||
|
#include "BHBF_ROBOT.h"
|