Arduino-FOC
Arduino-FOC copied to clipboard
[BUG] Error in doc: initFOC() cannot be used in open loop mode
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.