From 1f4864c31b62d62fd607f3aee8140fa1aae641fa Mon Sep 17 00:00:00 2001 From: cynergyou Date: Wed, 3 Apr 2019 15:07:05 -0400 Subject: [PATCH] Updated Blocks Tutorial (markdown) --- Blocks-Tutorial.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/Blocks-Tutorial.md b/Blocks-Tutorial.md index dd0b38d..f268923 100644 --- a/Blocks-Tutorial.md +++ b/Blocks-Tutorial.md @@ -3,11 +3,7 @@ The FTC Blocks Programming Tool is a visual design tool that lets programmers us

-This tutorial is available in two different versions. -* If you are using an Android phone as your Robot Controller, click [here](https://github.com/cynergyou/ftc_app/wiki/Blocks-Tutorial#table-of-contents-for-android-phone-robot-controller) to view the tutorial. -* If you are using the Control Hub as your Robot Controller, click [here](https://github.com/cynergyou/ftc_app/wiki/Blocks-Tutorial#table-of-contents-for-control-hub) to view the tutorial. - -### Table of Contents (for Android Phone Robot Controller) +### Table of Contents 1. Introduction * [The FTC Control System](https://github.com/cynergyou/ftc_app/wiki/The-FTC-Control-System) @@ -26,25 +22,3 @@ This tutorial is available in two different versions. * [Controlling a Servo](https://github.com/cynergyou/ftc_app/wiki/Controlling-a-Servo-(Blocks)) * [Using Sensors](https://github.com/cynergyou/ftc_app/wiki/Using-Sensors-(Blocks)) 5. [Blocks Reference Material](https://github.com/cynergyou/ftc_app/wiki/Blocks-Reference-Material) - -### Table of Contents (for Control Hub) - -1. Introduction - * [The FTC Control System](https://github.com/cynergyou/ftc_app/wiki/The-FTC-Control-System) - * [Required Materials](https://github.com/cynergyou/ftc_app/wiki/Required-Materials) - * [Using Your Android Device](https://github.com/cynergyou/ftc_app/wiki/Using-Your-Android-Device) -2. Configuring Your Hardware - * [Configuring Your Android Devices](https://github.com/cynergyou/ftc_app/wiki/Configuring-Your-Android-Devices) - * [Connecting Devices to an Expansion Hub](https://github.com/cynergyou/ftc_app/wiki/Connecting-Devices-to-an-Expansion-Hub) - * [Configuring Your Hardware](https://github.com/cynergyou/ftc_app/wiki/Configuring-Your-Hardware) -3. Connecting to the Program & Manage Server - * [Installing a Javascript Enabled Browser](https://github.com/cynergyou/ftc_app/wiki/Installing-a-Javascript-Enabled-Browser) - * [Connecting a Laptop to Program & Manage Wi-Fi Network](https://github.com/cynergyou/ftc_app/wiki/Connecting-a-Laptop-to-the-Program-&-Manage-Network) -4. Writing an Op Mode - * [Creating an Op Mode](https://github.com/cynergyou/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks) - * [Running an Op Mode](https://github.com/cynergyou/ftc_app/wiki/Running-Your-Op-Mode) - * [Controlling a Servo](https://github.com/cynergyou/ftc_app/wiki/Controlling-a-Servo-(Blocks)) - * [Using Sensors](https://github.com/cynergyou/ftc_app/wiki/Using-Sensors-(Blocks)) -5. [Blocks Reference Material](https://github.com/cynergyou/ftc_app/wiki/Blocks-Reference-Material) - -