An open API service indexing awesome lists of open source software.

https://github.com/tasrobotics/master-guide

Combined guides for programming (Originally by Bretton and Mike)
https://github.com/tasrobotics/master-guide

Last synced: 4 months ago
JSON representation

Combined guides for programming (Originally by Bretton and Mike)

Awesome Lists containing this project

README

          

# RaidZero Programming Guides

This is a quick guide to get started for the programming team. If you ever need help, there are a variety of online sources to check from. Googling is an essential skill in software engineering, almost as important as knowing how to write and setup code itself. If you can't find an online source that explains what you need or don't understand it, there is always [stack overflow](https://stackoverflow.com/) and [chief delphi](chiefdelphi.com), or if its urgent you can always ask. Most of the details mentioned in this document are mentioned in the WPILib documentation website. Use this [site](https://docs.wpilib.org/en/latest/index.html) if you need further information.

## Table of Contents

- [Downloading and Setting Up the Environment](programming-guide/Getting_Started.md)

- [Writing Your First Program](programming-guide/First_Program.md)

- [Sensors Guide](programming-guide/Sensors.md)

- [GitHub Guide](github-guide/README.md)

- [Style Guide](java-style-guide/README.md)

- [Useful Sites](programming-guide/Helpful_Sites.md)

- [Troubleshooting](programming-guide/Troubleshoot.md)