torque_lut.h 232 B

12345678910
  1. #ifndef _TORQUE_LUT_H__
  2. #define _TORQUE_LUT_H__
  3. #include "os/os_types.h"
  4. #include "foc/core/PMSM_FOC_Core.h"
  5. void torque_lut_init(void);
  6. void torque_lut_get_idq(float torque, float rpm, DQ_t *dq_out);
  7. #endif /*_TORQUE_LUT_H__ */