From b094c29710e2a6fc67354f58b72913bfc96971ec Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 15:20:06 -0400 Subject: [PATCH] Updated Blocks Tutorial (markdown) --- Blocks-Tutorial.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Blocks-Tutorial.md b/Blocks-Tutorial.md index bdfddeb..ec6c008 100644 --- a/Blocks-Tutorial.md +++ b/Blocks-Tutorial.md @@ -1,5 +1,9 @@ ### 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. +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_. + +_FIRST_ recommends getting starting with Blocks, even if you are an experienced programmer. Using Blocks is the _easiest_ and _fastest_ way to get acquainted with the FTC Control System!

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