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
In pins_arduino.h we have:
#define CAN_HOWMANY 2 #define PIN_CAN0_TX (PB_13) #define PIN_CAN0_RX (PB_12) #define PIN_CAN1_TX (PH_13) #define PIN_CAN1_RX (PB_8)
Schematic (FD_CAN2) and pin-out diagram show: CAN_RX = PB_5 CAN_TX = PB_13
FD_CAN1 pins matches PIN_CAN1 RX/TX
The text was updated successfully, but these errors were encountered:
@Gerriko Thanks for reporting! Would you mind submitting a PR so we can give the proper attribution?
Sorry, something went wrong.
Fixed by #731
No branches or pull requests
In pins_arduino.h we have:
Schematic (FD_CAN2) and pin-out diagram show:
CAN_RX = PB_5
CAN_TX = PB_13
FD_CAN1 pins matches PIN_CAN1 RX/TX
The text was updated successfully, but these errors were encountered: