加入PID
This commit is contained in:
12
Core/Inc/chassis_control.h
Normal file
12
Core/Inc/chassis_control.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CHASSIS_CONTROL_H
|
||||
#define CHASSIS_CONTROL_H
|
||||
|
||||
#include "pid.h"
|
||||
#include "main.h"
|
||||
|
||||
void chassis_control_init(void);
|
||||
void chassis_control_task(void);
|
||||
|
||||
void chassis_set_speed(int16_t m1, int16_t m2, int16_t m3, int16_t m4);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user