foc_core.h 238 B

12345678910
  1. #ifndef _FOC_CORE_H__
  2. #define _FOC_CORE_H__
  3. #include "foc_type.h"
  4. void do_motor_foc(motor_foc_t *foc);
  5. void foc_calc_current(motor_foc_t *foc);
  6. void foc_speed_ramp(motor_foc_t *foc);
  7. void foc_core_init(void);
  8. #endif /* _FOC_CORE_H__ */