首次提交

This commit is contained in:
2026-05-17 21:07:34 +08:00
commit bc5bd0c72e
1493 changed files with 1059050 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#ifndef CLASSIS_WHEEL_H
#define CLASSIS_WHEEL_H
#include "PID.h"
#include "BSP_CAN.h"
#include "Remote.h"
#include "Motor.h"
#include "Chassis_CtoC.h"
#define Wheel_RightFront 0x201//右前轮
#define Wheel_LeftFront 0x202//左前轮
#define Wheel_LeftRear 0x203//左后轮
#define Wheel_RightRear 0x204//右后轮
void Classis_Wheels_Init(void);
void Classis_Wheels_Control(void);
void Classis_Wheels_Setspeed(int16_t LeftFrontSpeed,int16_t RightFrontSpeed,int16_t LeftRearSpeed,int16_t RightRearSpeed);//更改needvalue
#endif // __GIMBAL_YAW_SMALL_H