We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a97baf + cccf464 commit 5a1c27cCopy full SHA for 5a1c27c
1 file changed
docs/simplefoc_library/code/index.md
@@ -348,7 +348,7 @@ void setup() {
348
// link driver and the current sense
349
350
// link the motor to current sense
351
- motor.linkCurrentSense(¤t_sese);
+ motor.linkCurrentSense(¤t_sense);
352
353
// set control loop type to be used
354
motor.controller = MotionControlType::velocity;
0 commit comments