Skip to content
This repository was archived by the owner on Jun 20, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (28 loc) · 2.05 KB

File metadata and controls

32 lines (28 loc) · 2.05 KB

HyTech logo

2018 Code

Getting Started with this git repository

  1. Download and install Github Desktop (basic) or git (advanced)
  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
  5. Make sure to refer to and contribute to the repository Wiki whenever you can
    • This is accessible in the repo toolbar (in between Projects and Pulse)
    • "In teaching others, we teach ourselves"

Organization

  • Archive/ Older code that have either been phased out due to design changes or code from older cars
  • Car_Code/ Code for the current car design we have
  • Libraries/ Library files that are needed to compile our code (you can create a symlink from your Arduino libraries folder to this)
  • Resources/ Files that might help you as you work on HyTech software projects
  • Testing_Code/ Files that are used to either test components of the car or different hardware (such as the CAN Bus)

More Information