Skip to content

Commit 031a4dd

Browse files
committed
Update readme
1 parent df7209e commit 031a4dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/encoders/MXLEMMING_observer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ The MXLEMMING Observer needs the following motor parameters to be set:
1414

1515
It will not track the position if any of those parameters are missing.
1616

17-
The KV rating and pole pairs parameters are used to derive the motor flux linkage ([code](https://github.com/Candas1/Arduino-FOC-drivers/blob/202ba0c4ae11558f6391c4bdff1e130a8735e178/src/encoders/flux_observer/FluxObserverSensor.cpp#L10)) which is key for the flux observer to run well.
17+
The KV rating and pole pairs parameters are used to derive the motor flux linkage which is key for the flux observer to run well.
1818
```
1919
BLDCMotor motor = BLDCMotor(15, 0.1664, 17.0, 0.00036858); // Hoverboard Motor
20+
MXLEMMINGObserverSensor sensor = MXLEMMINGObserverSensor(motor);
2021
```
2122
flux_linkage parameter can be adjusted from the code.
2223

0 commit comments

Comments
 (0)