Arduino-FOC icon indicating copy to clipboard operation
Arduino-FOC copied to clipboard

[BUG] Error in doc: initFOC() cannot be used in open loop mode

Open sylque opened this issue 1 year ago • 0 comments

On page https://docs.simplefoc.com/velocity_openloop, in the sample code, there is this line:

motor.initFOC();

I think it shouldn't be here, as initFOC() is not compatible with open loop mode.

sylque avatar Feb 13 '24 10:02 sylque