You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/base_classes/FOCMotor.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ class FOCMotor
206
206
float sensor_offset; //!< user defined sensor zero offset
207
207
float zero_electric_angle = NOT_SET;//!< absolute zero electric angle - if available
208
208
Direction sensor_direction = Direction::UNKNOWN; //!< default is CW. if sensor_direction == Direction::CCW then direction will be flipped compared to CW. Set to UNKNOWN to set by calibration
209
+
bool pp_check_result = false; //!< the result of the PP check, if run during loopFOC
0 commit comments