foc_core.h 216 B

12345678
  1. #ifndef _FOC_CORE_H__
  2. #define _FOC_CORE_H__
  3. #include "foc_type.h"
  4. void FOC_Fast_Task(motor_foc_t *foc);
  5. void Foc_Calc_Current_Ref(motor_foc_t *foc);
  6. void Foc_Speed_Ramp(motor_foc_t *foc);
  7. #endif /* _FOC_CORE_H__ */