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)
- Host: GitHub
- URL: https://github.com/tasrobotics/master-guide
- Owner: TASRobotics
- Created: 2019-11-05T02:14:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T03:53:36.000Z (about 6 years ago)
- Last Synced: 2025-07-30T02:05:02.894Z (11 months ago)
- Homepage:
- Size: 598 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)