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

Feature/vesc interface #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Burke-Daniel
Copy link
Contributor

Bit of a WIP PR but throwing this up for visibility. I ported some code from here (pretty sure this is the guy who created VESC), which I then made changes to so that it would support interfacing with multiple motors at the same time. Added some basic setup code to main which will need to be made nicer, but hoping this should be sufficient to allow motor control over UART.

Add these files to an 'External' folder, and add some code to main
to test that the interface can be set up.
This script will create a pair of .h/.c files with the name given as
an argument to the script. It will also add them to the gitignore.
@Burke-Daniel Burke-Daniel requested a review from Ian-Carroll May 27, 2022 01:02
Copy link
Contributor

@Ian-Carroll Ian-Carroll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great overall, looks like the pre-existing code is easy to interface with and should work well for our purposes!

Base automatically changed from embedded-dev-environment to master May 29, 2022 17:21
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