2022-07-14 05:23 AM
I am working with a STEVAL-ESC001V1 board. I have downloaded a set of source files etc. I am looking at a function called pwm_start and I noticed that it calls MCI_ExecSpeedRamp with hard coded 0 for the ramp time. It then occurred to me that I might be MEANT to change it. I mean, I know I can, for example, change the signature and pass the ramp time in as a parameter and it doesn't look to me like that would break anything. So, are these high level functions intended as a starting point?
EDIT: I only need a yes or no. If it's no please put me on the correct path.