Skip to content
New issue

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

Change CAN interface from a SPI breakout to direct CAN. #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kylevernyi
Copy link

Hello, I edited the Moteus class CAN code to change from a typical SPI breakout board to direct CAN support using ACAN_T4 library. This is useful on Arduino boards where we actually have CAN hardware available such as the Teensy 4.x. Just hook up a transceiver and you are good to go. I dont think this should go into the main branch but maybe you can find a better way to implement this feature. It was not much code.

I tested successfully today and had no problems.

@jpieper
Copy link
Member

jpieper commented Jul 24, 2024

Thanks! Yeah, I'm not sure of the best way to incorporate it either. For now I'll leave this PR open to give as a reference to people, and if you think of a better way, let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants