Hi,
Does any one knows which variable is what ?
gPwmData = {_IQ(0.0), _IQ(0.0), _IQ(0.0)};
I see there are 3 _IQ's to set here
Which one is doing what ?
these are part of this:
USER_Params gUserParams;
HAL_PwmData_t gPwmData = {_IQ(0.0), _IQ(0.0), _IQ(0.0)};
HAL_AdcData_t gAdcData;
_iq gMaxCurrentSlope = _IQ(0.0);
in example of lab05a
I need to setup speed only of my Motor
Thanks,
Roee
