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

Code for the 2019/2020 vehicle

License

Notifications You must be signed in to change notification settings

hytech-racing/code-2020

Repository files navigation

HyTech Logo

2020 Code

Repository for all of the code for the 2019-2020 car.

Getting Started with this Git Repository

  1. Follow HyTech's Software Guide.
  2. Create a GitHub account if you don't already have one.
  3. Download and install GitHub Desktop (basic) or Git CLI (advanced).
  4. Talk to your subteam lead to be added to the team within the GitHub organization.
  5. Clone this repository to your computer using the URLs:
    • SSH: git@github.com:hytech-racing/code-2020.git
    • HTTPS: https://github.com/hytech-racing/code-2020.git

Organization

  • CellTesting/ Code related to battery cell testing
  • Libraries/ Library files that are needed to compile our code (you can create a symlink from your Arduino libraries folder to this)
  • Playground/ Location for testing and proof of concept code
  • Resources/ Files that might help you as you work on HyTech software projects
  • Telemetry/ Telemetry visualization and logging software
  • Utilities/ Software utilities for testing and programming various systems
  • Vehicle/ Code for the vehicle's onboard systems

More Information

License

This project is licensed under the GPL License v3.0. See the LICENSE file for more information.