This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
huhui
/
Motor_PMSM
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
64c14e30e8
Branches
Tags
master
Motor_PMSM
/
Application
/
FOC
/
PI_Controller.c
PI_Controller.c
91 B
Histórico
Raw
1
2
3
4
5
6
#include "pi_controller.h"
float pi_control(PI_ctrl_t *pi, float error){
return 0.0f;
}