can_foc_msg.h 356 B

1234567891011
  1. #ifndef _Can_Foc_Msg_H__
  2. #define _Can_Foc_Msg_H__
  3. void can_report_speed(int can, int rpm);
  4. void can_report_phase_current(int can, int iA, int iB, int iC);
  5. void can_report_phase_voltage(int can, int vA, int vB, int vC);
  6. void can_report_dq_current(int can, int id, int iq);
  7. void can_response_hall_offset(int can, int offset);
  8. #endif /*_Can_Foc_Msg_H__ */