WPILib Installation
The WPI Robotics Library (WPILib) is the standard software library provided for teams to write code for their FRC robots. You will spend most of the time working with it.
FRC VSCode Configuration
VSCode (Visual Studio Code) is a free, light weight source code editor made developed by Microsoft. It's very popular and has become the official FRC code editor since 2019.
Version Control
Version control tracks changes to files over time, so you can see what changed, undo mistakes, and let multiple people work on the same project without overwriting each other. Git is the most popular vision-control tool programmers use. In this tutorial we are going to talk about the installation and configuration of Git, as well as how to use Git repo platforms like GitHub.