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

Improving the IMU board #3

Closed
jtragtenberg opened this issue Jun 13, 2015 · 3 comments
Closed

Improving the IMU board #3

jtragtenberg opened this issue Jun 13, 2015 · 3 comments

Comments

@jtragtenberg
Copy link
Collaborator

The soldering pads for the HMC5883L are too small. I would make it as long outside of the chip just a little bit like the ones from MPU6050, that way it is easier to check if all the pads were correctly soldered, and it makes it possible to fix the soldering with a soldering iron.

I can improve it, how do I upload to this git my changes?

@kylemcdonald
Copy link
Contributor

since you've forked the repository, once you make the changes to the file you can do this:

$ git add -u # this stages changes to any files already added to git
$ git commit -m "made the soldering pads for the HMC5883L bigger" # this saves any staged changes
$ git push origin master # this sends your commit to the server

then on github there will be a button that appears that allows you to make a pull request, and we can merge it.

@jtragtenberg
Copy link
Collaborator Author

Thanks Kyle,
Just learned how to use eagle and git to do this, just requested a pull.

@kylemcdonald
Copy link
Contributor

closed by #7

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

No branches or pull requests

2 participants