Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

hytech-racing/code-2022

Repository files navigation

HyTech Logo

2022 Code

Repository for all of the code for the 2021-2022 car.

Getting Started with this Git Repository

  1. Create a GitHub account if you don't already have one.
  2. Follow HyTech's Software Guide.
  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-2022.git
    • HTTPS: https://github.com/hytech-racing/code-2022.git

Github Software Guidelines and Electrical Designs Rules Review Process

Follow HyTech's Github Software Guidelines to understand our development flow and pull request procedure. Follow HyTech's Electrical Designs Rules Review Process to understand circuit design flow.

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.