Skip to content

Commit 946df15

Browse files
authored
Update README.md
remove link to code
1 parent 4f42deb commit 946df15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoders/MXLEMMING_observer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ motor.zero_electric_angle = 0;
3232
```
3333

3434
### Bemf Threshold
35-
The sensor also has a bemf_threshold parameter (0 by default) that prevents the flux observer from tracking if the estimated bemf is not high enough ([code](https://github.com/Candas1/Arduino-FOC-drivers/blob/202ba0c4ae11558f6391c4bdff1e130a8735e178/src/encoders/flux_observer/FluxObserverSensor.cpp#L29)).
35+
The sensor also has a bemf_threshold parameter (0 by default) that prevents the flux observer from tracking if the estimated bemf is not high enough.
3636
This can help when starting the motor as the flux observer is not good at tracking the position at low speed.
3737

3838
### To do:

0 commit comments

Comments
 (0)