From 38c760cd7f82ce790b73d20f03bfc6608cc0b99e Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 9 Jul 2019 12:16:58 -0400 Subject: [PATCH] Updated OnBot Java Tutorial (markdown) --- OnBot-Java-Tutorial.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/OnBot-Java-Tutorial.md b/OnBot-Java-Tutorial.md index a4ddc2a..4563659 100644 --- a/OnBot-Java-Tutorial.md +++ b/OnBot-Java-Tutorial.md @@ -1,22 +1,22 @@ ### Introduction The FTC OnBot Java Programming Tool is a text-based programming tool that lets programmers use a web browser to create, edit and save their Java op modes. This tool is recommended for programmers who have basic to advanced Java skills and who would like to write text-based op modes. -

+

[[/images/OnBot-Java-Tutorial/onBotJavaScreen.jpg]]

### 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_app/wiki/Required-Materials) - * [Using Your Android Device](https://github.com/ftctechnh/ftc_app/wiki/Using-Your-Android-Device) + * [The FTC Control System]The-FTC-Control-System) + * [Required Materials](Required-Materials) + * [Using Your Android Device](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 a Control or Expansion Hub](https://github.com/ftctechnh/ftc_app/wiki/Connecting-Devices-to-a-Control-or-Expansion-Hub) - * [Configuring Your Hardware](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware) + * [Configuring Your Android Devices](Configuring-Your-Android-Devices) + * [Connecting Devices to a Control or Expansion Hub](Connecting-Devices-to-a-Control-or-Expansion-Hub) + * [Configuring Your Hardware](Configuring-Your-Hardware) 3. Connecting to the Program & Manage Server - * [Installing a Javascript Enabled Browser](https://github.com/ftctechnh/ftc_app/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) + * [Installing a Javascript Enabled Browser](Installing-a-Javascript-Enabled-Browser) + * [Connecting a Laptop to Program & Manage Wi-Fi Network](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) + * [Creating & Running an Op Mode](Creating-and-Running-an-Op-Mode-(OnBot-Java)) + * [Controlling a Servo](Controlling-a-Servo-(OnBot-Java)) + * [Using Sensors](Using-Sensors-(OnBot-Java)) +5. [OnBot Java Reference Info](OnBot-Java-Reference-Info)