The shared development environment for the Illini Hyperloop PCB team. Contains all libraries and schematics for the electronics on the pod.
- Default branch is
pod4
, and pull requests must be made to merge into it master
branch will only be used for correct, working code. A pull request must be made to merge
- Obtain full student copy of Eagle.
- Clone this Repo:
git clone https://github.com/IlliniHyperloopComputing/PCB
- Move inside the
PCB
folder 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 status
to 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 whatgit
suggests you run, or it might be because you are not a member of our GitHub organization (Contact us).
- Eagle
- 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.
- Matthew-Klock - Team Lead - Matthew Klock
See also the list of team members who participated in this project.