miniFOC 1.0.3
This open-source project aims to accomplish a FOC(Field Oriented Control) scheme that is operatable with minimum costs in China.
report.h
Go to the documentation of this file.
1/**************************************************************************/
9#ifndef MINIFOC_ALGORITHM_REPORT_H_
10#define MINIFOC_ALGORITHM_REPORT_H_
11
12void report_local_variable(void);
13void report_angle_speed(void);
14
15#endif //MINIFOC_ALGORITHM_REPORT_H_
void report_local_variable(void)
report PID parameters and current user settings
Definition: report.c:15
void report_angle_speed(void)
report angle and speed using medium capacity transport protocol
Definition: report.c:69