PI_Controller.c 91 B

123456
  1. #include "pi_controller.h"
  2. float pi_control(PI_ctrl_t *pi, float error){
  3. return 0.0f;
  4. }