Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 618 Bytes

2023 Robot Code

Code for the Charged up season by 1720


Setup

how to get ready to run our code

  • make sure you have the latest 2023 WPILib patch. This can be found here: link
  • clone the repository onto your system (see the download options from github)
  • set your git config settings using git config core.autocrlf true
  • program away :)

Programming

just some general notes on programming our repository

follow the styling guide: (styling guide)[https://github.com/PhyXTGears-programming/CodingConvention]