You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Describe the bug
Pedals_Read produces a number from 0 to 100 but returns a signed integer. This creates the possibility of a bug. Return type should be uint8_t.
To Reproduce
Steps to reproduce the behavior:
Which feature is being tested?
Which requirements are being tested?
Which test is used?
What is the hardware configuration?
What combination of inputs cause the error?
What does the error look like?
Does this issue already exist?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
Pedals_Read produces a number from 0 to 100 but returns a signed integer. This creates the possibility of a bug. Return type should be uint8_t.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.