yzou_ua
Member level 5
I'm new in embedded c program and this symbol always bother me, like:
EstimParm.qVIndalpha = ((long)MotorEstimParm.qLsDt * (long)(EstimParm.qDIalpha))>>10;
what is '>>10' for??
EstimParm.qVIndalpha = ((long)MotorEstimParm.qLsDt * (long)(EstimParm.qDIalpha))>>10;
what is '>>10' for??