3DRacers Pilot Board#116
Merged
Merged
3DRacers Pilot Board#116
Conversation
added 2 commits
October 31, 2015 01:25
3DRacers Pilot is an Arduino-compatible board, similar to the Sparkfun Pro Micro. The board schematics, sketch code and 3D models are on the github organization repositories. It needs 2 PID since the Caterina bootloader runs on a different PID when activated, while the normal program code runs on the main PID.
Contributor
|
Thanks for your pull request. This all looks good, but if I accept it as is, your entries will show up as "3DRacers 3DRacers ..." in the list. If you don't want that to be the case, you should remove "3DRacers" from the name field in the pid files. |
Author
|
Thanks! I'll fix it right now :) |
Removed to avoid duplicate "3DRacers 3DRacers Pilot" in the PID public lists
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3DRacers Pilot is an Arduino-compatible board, similar to the Sparkfun
Pro Micro.
A 3DRacers is a 3D printed RC car, that you can drive with an Arduino or a smartphone App.
The board schematics, sketch code and 3D models are on the
github organization repositories.
It needs 2 PID since the Caterina
bootloader runs on a different PID when activated, while the normal
program code runs on the main PID.