We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was thinking to make the driver aware of gear ratios to simplify the calculation needed from outside.
They would be represented as two numbers such as 1:64, don't know what to call them yet.
These could help with fractional rpms, for example a "fake" 100:1 ratio would make rpm=110 be an actual 1.1rpm.
Possible issues could be an overflow in the math somewhere with really high or really low ratios.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was thinking to make the driver aware of gear ratios to simplify the calculation needed from outside.
They would be represented as two numbers such as 1:64, don't know what to call them yet.
These could help with fractional rpms, for example a "fake" 100:1 ratio would make rpm=110 be an actual 1.1rpm.
Possible issues could be an overflow in the math somewhere with really high or really low ratios.
The text was updated successfully, but these errors were encountered: