Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
/ code-2018 Public archive

Code for the 2017/2018 vehicle

Notifications You must be signed in to change notification settings

hytech-racing/code-2018

Repository files navigation

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