Files

Scanning the repository...

Last update 6 years 3 months by patrick-shalton
Files
Hyperloop-Library
.DS_Store
README.MD
README.MD

Illini 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:

  1. Default branch is pod4, and pull requests must be made to merge into it
  2. master branch will only be used for correct, working code. A pull request must be made to merge

Getting Started

  1. <![CDATA[]]>Obtain full student copy of Eagle.<![CDATA[]]>
  2. Clone this Repo: git clone https://github.com/IlliniHyperloopComputing/PCB
  3. Move inside the PCB folder that was just created.
  4. Run git checkout -b *YOUR-NAME*. This creates a branch for you to work on
  5. Add the respective paths to libraries, boards, etc in EAGLE (Options>Directories).
  6. Make your updates/ changes
  7. git status to view changes, and use git add *file* to add files, and then git commit -m "your-message".
  8. git push origin *YOUR-NAME*. If there is an issue, do what git suggests 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 - <![CDATA[]]>Matthew Klock<![CDATA[]]>

See also the list of <![CDATA[]]>team members<![CDATA[]]> who participated in this project.

Report a bug