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.
algorithm
report.h
Go to the documentation of this file.
1
/**************************************************************************/
9
#ifndef MINIFOC_ALGORITHM_REPORT_H_
10
#define MINIFOC_ALGORITHM_REPORT_H_
11
12
void
report_local_variable
(
void
);
13
void
report_angle_speed
(
void
);
14
15
#endif
//MINIFOC_ALGORITHM_REPORT_H_
report_local_variable
void report_local_variable(void)
report PID parameters and current user settings
Definition:
report.c:15
report_angle_speed
void report_angle_speed(void)
report angle and speed using medium capacity transport protocol
Definition:
report.c:69
Generated by
1.9.4