From 22e298cba36ee6d2baaecd7c7d58c0c764dbbd68 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 30 Jun 2017 07:54:04 -0400 Subject: [PATCH] Updated The FTC Control System (markdown) --- The-FTC-Control-System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-FTC-Control-System.md b/The-FTC-Control-System.md index 5ea2813..2b1ecec 100644 --- a/The-FTC-Control-System.md +++ b/The-FTC-Control-System.md @@ -28,4 +28,4 @@ During a typical FIRST Tech Challenge match, a team’s robot has to perform a v _Op modes_ are computer programs that are used to customize the behavior of a competition robot. The Robot Controller can _execute_ a selected op mode to perform certain tasks during a match. -Teams who are participating in the FIRST Tech Challenge have a variety of programming tools that they can use to create their own op modes. Teams can use a visual ("drag and drop") programming tool called the _FTC Blocks Programming Tool_ to create their op modes. Teams can also use a text-based Java tool or Google's Android Studio _Integrated Development Environment_ to create their op modes. \ No newline at end of file +Teams who are participating in the FIRST Tech Challenge have a variety of programming tools that they can use to create their own op modes. Teams can use a visual ("drag and drop") programming tool called the _FTC Blocks Programming Tool_ to create their op modes. Teams can also use a text-based Java tool or Google's -Android Studio_ integrated development environment (also known as an "IDE") to create their op modes. \ No newline at end of file