Created OnBot Java Tutorial (markdown)

FTC Engineering
2017-09-07 20:20:31 -04:00
parent 54d504e65f
commit 9e21a72e6e

17
OnBot-Java-Tutorial.md Normal file

@ -0,0 +1,17 @@
### Table of Contents
1. Introduction
* [The FTC Control System](https://github.com/ftctechnh/ftc_app/wiki/The-FTC-Control-System)
* [Required Materials](https://github.com/ftctechnh/ftc_appg/wiki/Required-Materials)
* [Using Your Android Device](https://github.com/ftctechnh/ftc_app/wiki/Using-Your-Android-Device)
2. Configuring Your Hardware
* [Configuring Your Android Devices](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Android-Devices)
* [Connecting Devices to an Expansion Hub](https://github.com/ftctechnh/ftc_app/wiki/Connecting-Devices-to-an-Expansion-Hub)
* [Configuring Your Hardware](https://github.com/ftctechnh/ftc_appg/wiki/Configuring-Your-Hardware)
3. Connecting to the Program & Manage Server
* [Installing a Javascript Enabled Browser](https://github.com/ftctechnh/ftc_appg/wiki/Installing-a-Javascript-Enabled-Browser)
* [Connecting a Laptop to Program & Manage Wi-Fi Network](https://github.com/ftctechnh/ftc_app/wiki/Connecting-a-Laptop-to-the-Program-&-Manage-Network)
4. Writing an Op Mode
* [Creating & Running an Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Creating-and-Running-an-Op-Mode-(OnBot-Java))
* [Controlling a Servo](https://github.com/ftctechnh/ftc_app/wiki/Controlling-a-Servo-(OnBot-Java))
* [Using Sensors](https://github.com/ftctechnh/ftc_app/wiki/Using-Sensors-(OnBot-Java))
5. [OnBot Java Reference Info](https://github.com/ftctechnh/ftc_app/wiki/OnBot-Java-Reference-Info)