Skip to content

Commit 44f2ecc

Browse files
committed
Update FOCMotor.h
1 parent a520bc1 commit 44f2ecc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/base_classes/FOCMotor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ class FOCMotor
137137
*/
138138
virtual void setPhaseVoltage(float Uq, float Ud, float angle_el)=0;
139139

140+
141+
// CORDIC
142+
143+
virtual void setPhaseVoltageCORDIC(float Uq, float Ud, float angle_el)=0;
144+
140145
// State calculation methods
141146
/** Shaft angle calculation in radians [rad] */
142147
float shaftAngle();

0 commit comments

Comments
 (0)