- Download and install Github Desktop (basic) or git (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
- Create a Github account if you don't already have one
- Talk to your subteam lead to be added to your respective team on the Github organization
- Clone this repository to your computer
- SSH: git@github.com:hytech-racing/code-2018.git
- HTTPS: https://github.com/hytech-racing/code-2018.git
- 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"
Archive/
Older code that have either been phased out due to design changes or code from older carsCar_Code/
Code for the current car design we haveLibraries/
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 projectsTesting_Code/
Files that are used to either test components of the car or different hardware (such as the CAN Bus)