Updated Custom FTC Blocks (myBlocks) (markdown)

Westside Robotics
2021-11-15 19:34:13 -08:00
parent f71ecbc77b
commit 930ac0356b

@ -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 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 <u>not</u> teach [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) or OnBot Java (OBJ), beyond the bare minimum needed for basic myBlocks. - This tutorial does <u>not</u> teach [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) or OnBot Java (OBJ), beyond the bare minimum needed for basic myBlocks.
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Custom-FTC-Blocks-(myBlocks)]]</i><p> <!--
<p align="right"><i> [Return to Top](#introduction-to-myblocks) </i><p>
-->
[<p align="right"><i>Return to Top</i>](#introduction-to-myblocks)<p>
# Simple Example: create myGreeting # Simple Example: create myGreeting