foc_task.h 127 B

123456
  1. #ifndef _FOC_TASK_H__
  2. #define _FOC_TASK_H__
  3. #include "foc_type.h"
  4. void foc_task(motor_foc_t *foc);
  5. #endif /* _FOC_TASK_H__ */