#ifndef _TORQUE_LUT_H__ #define _TORQUE_LUT_H__ #include "os/os_types.h" #include "foc/core/PMSM_FOC_Core.h" void torque_lut_init(void); void torque_lut_get_idq(float torque, float rpm, DQ_t *dq_out); #endif /*_TORQUE_LUT_H__ */