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.
Functions
report.h File Reference

this is the header file of report.c. More...

Go to the source code of this file.

Functions

void report_local_variable (void)
 report PID parameters and current user settings More...
 
void report_angle_speed (void)
 report angle and speed using medium capacity transport protocol More...
 

Detailed Description

this is the header file of report.c.

Author
Lao·Zhu
Version
V1.0.1
Date
9. October 2021

Definition in file report.h.

Function Documentation

◆ report_angle_speed()

void report_angle_speed ( void  )

report angle and speed using medium capacity transport protocol

Definition at line 69 of file report.c.

References float_to_int32(), FOC_Struct, mdtp_data_transmit(), FOC_Structure_t::mechanical_angle, and FOC_Structure_t::rotate_speed.

Referenced by main().

◆ report_local_variable()

void report_local_variable ( void  )