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.c File Reference

this file is used to write the report correlation function of the feedback host computer. More...

#include "main.h"

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 file is used to write the report correlation function of the feedback host computer.

Author
Lao·Zhu
Version
V1.0.2
Date
29. October 2021

Definition in file report.c.

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  )