├── LICENSE ├── README.md ├── fp_pid.c ├── fp_pid.h ├── im_estimators.c └── im_estimators.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/README.md -------------------------------------------------------------------------------- /fp_pid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/fp_pid.c -------------------------------------------------------------------------------- /fp_pid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/fp_pid.h -------------------------------------------------------------------------------- /im_estimators.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/im_estimators.c -------------------------------------------------------------------------------- /im_estimators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubinsteina13/C_INDUCTION_MOTOR_ESTIMATORS_LIB/HEAD/im_estimators.h --------------------------------------------------------------------------------