Any example on how to use MCSDK 5.0?
The 5.0 version use commands like 'bool MC_StartMotor1(void);' instead of the old 4.3 'bool MCI_StartMotor(CMCI this);' This api change is documented in AN5143 rev 2.
A google search on MC_StartMotor1 gives one hit - in that application note.
Where can I find example code that use this new api?
Or any documentation on how to use it?
And I wonder why stuff like the potentiometer example still is using the old api.
Are anyone programmatically (not using motor profiler) driving motors with 5.0?
Thanks for any help.