pwm uart gipo i2c
This commit is contained in:
9
3rd/pid_control.h
Normal file
9
3rd/pid_control.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __PID_CONTROL_H
|
||||
#define __PID_CONTROL_H
|
||||
|
||||
float PID_Controller(float Kp, float Ki, float Kd, float Error);
|
||||
float _constrain(float amt, float low, float high);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user