Files
Scanning the repository...
Last update 7 years 1 week
by patrick-shalton
| Files | |
|---|---|
| Hyperloop-Library | |
| .DS_Store | |
| README.MD |
README.MDIllini Hyperloop PCB
The shared development environment for the Illini Hyperloop PCB team. Contains all libraries and schematics for the electronics on the pod.
Repo layout:
- Default branch is
pod4, and pull requests must be made to merge into itmasterbranch will only be used for correct, working code. A pull request must be made to mergeGetting Started
- Obtain full student copy of Eagle.
- Clone this Repo:
git clone https://github.com/IlliniHyperloopComputing/PCB- Move inside the
PCBfolder that was just created.- Run
git checkout -b *YOUR-NAME*. This creates a branch for you to work on- Add the respective paths to libraries, boards, etc in EAGLE (Options>Directories).
- Make your updates/ changes
git statusto view changes, and usegit add *file*to add files, and thengit commit -m "your-message".git push origin *YOUR-NAME*. If there is an issue, do whatgitsuggests you run, or it might be because you are not a member of our GitHub organization (Contact us).Prerequisites
- Eagle
Pull Requests
- Write a short description of what you did for the request.
- Please add your devices to Hyperloop-Library/Pod4.lbr, do not make them their own library.
Authors
- Matthew-Klock - Team Lead - Matthew Klock
See also the list of team members who participated in this project.