Repository for all of the code for the 2019-2020 car.
- Follow HyTech's Software Guide.
- Create a GitHub account if you don't already have one.
- Download and install GitHub Desktop (basic) or Git CLI (advanced).
- If you are using GitHub Desktop for the first time, be sure to read the User Guide.
- 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 GitHub's Git Cheat Sheet as a reference.
- Talk to your subteam lead to be added to the team within the GitHub organization.
- 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
- SSH:
CellTesting/
Code related to battery cell testingLibraries/
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 codeResources/
Files that might help you as you work on HyTech software projectsTelemetry/
Telemetry visualization and logging softwareUtilities/
Software utilities for testing and programming various systemsVehicle/
Code for the vehicle's onboard systems
This project is licensed under the GPL License v3.0. See the LICENSE file for more information.