From 9e21a72e6ea2d032486b46ab8c59decdcb272ef2 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 7 Sep 2017 20:20:31 -0400 Subject: [PATCH] Created OnBot Java Tutorial (markdown) --- OnBot-Java-Tutorial.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 OnBot-Java-Tutorial.md diff --git a/OnBot-Java-Tutorial.md b/OnBot-Java-Tutorial.md new file mode 100644 index 0000000..7d5939c --- /dev/null +++ b/OnBot-Java-Tutorial.md @@ -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)