Added id and iq fields

This commit is contained in:
CommanderRedYT
2022-09-17 16:36:24 +02:00
parent a74791e2aa
commit 701243ad89

View File

@ -80,6 +80,8 @@ struct MotorFeedback {
int16_t dcPhaB = 0; int16_t dcPhaB = 0;
int16_t dcPhaC = 0; int16_t dcPhaC = 0;
uint16_t chops = 0; uint16_t chops = 0;
int16_t id = 0;
int16_t iq = 0;
bool hallA = false; bool hallA = false;
bool hallB = false; bool hallB = false;
bool hallC = false; bool hallC = false;