Is your feature request related to a problem? Please describe.
No problem, only a suggestion
Describe the solution you'd like
Returns values on a couple of functions. I added return values on :
setRPM()
setSpeedProfile()
to get back directly the current value... e.g.
Is your feature request related to a problem? Please describe. No problem, only a suggestion
Describe the solution you'd like Returns values on a couple of functions. I added return values on : setRPM() setSpeedProfile() to get back directly the current value... e.g.
MyFunction() { float oldRmp = setRPM(newRpm) .... code .... code serRPM(oldRpm) }
Attached the modified two files.
ToImprove.zip
Describe alternatives you've considered No one
Additional context Add any other context or screenshots about the feature request here.