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
CAN arbitration IDs foun in throttle_can_protocol.h does not agree with Throttle FW Wiki page
In the throttle_can_protocol.h
throttle_can_protocol.h
#define OSCC_THROTTLE_CAN_ID_INDEX (0x90) #define OSCC_THROTTLE_ENABLE_CAN_ID (0x90) /* * @brief Throttle disable message (CAN frame) ID. * */ #define OSCC_THROTTLE_DISABLE_CAN_ID (0x91) /* * @brief Throttle command message (CAN frame) ID. * */ #define OSCC_THROTTLE_COMMAND_CAN_ID (0x92)
Other IDs for messages are potentially inaccurate as well, at least for enable/disables
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CAN arbitration IDs foun in throttle_can_protocol.h does not agree with
Throttle FW Wiki page
In the
throttle_can_protocol.h
Other IDs for messages are potentially inaccurate as well, at least for enable/disables
The text was updated successfully, but these errors were encountered: