From 45abd5eb44931a12084fbd5bef53a2b44cc91a99 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 13:46:13 -0400 Subject: [PATCH] Updated Blocks Tutorial (markdown) --- Blocks-Tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blocks-Tutorial.md b/Blocks-Tutorial.md index bdfddeb..43f4298 100644 --- a/Blocks-Tutorial.md +++ b/Blocks-Tutorial.md @@ -1,5 +1,5 @@ -### Introduction -The FTC Blocks Programming Tool is a visual design tool that lets programmers use a web browser to create, edit and save their op modes. This tool is recommended for novice programmers and for users who prefer to design their op modes visually, using a drag-and-drop interface. +### Getting Started with the FTC Control System +This tutorial will take you step-by-step through the process of configuring, programming, and operating your Control System. This tutorial uses the _Blocks Programming Tool_ to help you get started quickly. The FTC Blocks Programming Tool is a visual design tool that lets programmers use a web browser to create, edit and save their _op modes_. Even if you have experience programming in Java, FIRST recommends getting starting with Blocks.

[[/images/Blocks-Tutorial/BlocksPicture1.jpg]]