Custom97VersionGet will return the version number for the Custom 97 feature.
Returns:
(long) The Custom 97 feature version number.
Sample Code:
printf("Closed-Loop stepper feature version number is %ld\n", controller->Custom97VersionGet();
Notes:
This method requires custom firmware (option 97) to be loaded on the controller.
The version number is defined in the custom 97 firmware source module. This could be useful if multiple versions of the closed-loop stepper firmware are release for the same root firmware version. In most cases it won't be needed or used.