Files

Last update 4 years 3 months by 19etweinstock
Files
EAGLE Board Designs
EAGLE Libraries
EAGLE Supporting Files
Other Files
.gitignore
README.md
README.md

HyTech logo

2019 Circuits

Getting Started with this git repository

  1. Download and install <![CDATA[]]>Github Desktop<![CDATA[]]> (basic) or <![CDATA[]]>git<![CDATA[]]> (advanced)
    • If you are using Github Desktop for the first time, be sure to read the <![CDATA[]]>User Guide<![CDATA[]]>
    • If you are using git for the first time, you should start off by reading a tutorial. There are many available online:
    • You may want to keep a copy of <![CDATA[]]>Github's Git Cheat Sheet<![CDATA[]]> as a reference
  2. Create a Github account if you don't already have one
  3. Talk to your subteam lead to be added to your respective team on the Github organization
  4. Clone this repository to your computer
    • SSH: git@github.com:hytech-racing/circuits-2019.git
    • HTTPS: https://github.com/hytech-racing/circuits-2019.git

Getting Started with EAGLE

  1. Download and install <![CDATA[]]>EAGLE<![CDATA[]]>
  2. Get the free <![CDATA[]]>Educational License<![CDATA[]]> (a .edu email address is required)

View on CADLAB

View design diffs on CADLAB.io.

Circuit Board Versioning Scheme

  • New boards must start their numbering at revision 1.
  • Revision numbers must be incremented by 1 when a physical board is manufactured.
  • Revision numbers should not be incremented at any other time.
  • After a board is manufactured, the files corresponding to the manufactured version should not be modified.
  • Circuit boards based off of a previous year's design should increment based off of the previous board's revision number.
Report a bug