From 930ac0356b864fcee472e54a0874cdb9899ceed6 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Mon, 15 Nov 2021 19:34:13 -0800 Subject: [PATCH] Updated Custom FTC Blocks (myBlocks) (markdown) --- Custom-FTC-Blocks-(myBlocks).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Custom-FTC-Blocks-(myBlocks).md b/Custom-FTC-Blocks-(myBlocks).md index 948a74c..c75d8d8 100644 --- a/Custom-FTC-Blocks-(myBlocks).md +++ b/Custom-FTC-Blocks-(myBlocks).md @@ -19,7 +19,11 @@ Hats off to Google engineer [Liz Looney](https://github.com/lizlooney) for this - This tutorial builds myBlocks with [OnBot Java](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/OnBot-Java-Tutorial), a programming tool running on the Control Hub or Robot Controller (RC) phone. Students already using [Android Studio](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Android-Studio-Tutorial) can easily follow the same programming. - This tutorial does not teach [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) or OnBot Java (OBJ), beyond the bare minimum needed for basic myBlocks. -

[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-FTC-Blocks-(myBlocks)]]

+ + +[

Return to Top](#introduction-to-myblocks)

# Simple Example: create myGreeting