From 7dd2f801fd325efc1587b1550bc05e5532415f12 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Mon, 26 Dec 2022 10:34:38 -0800 Subject: [PATCH] 12-26-2022 Belated update (from SDK 7.2) with default parameter values and image of fully-loaded myBlock --- Custom-FTC-Blocks-(myBlocks).md | 34 ++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/Custom-FTC-Blocks-(myBlocks).md b/Custom-FTC-Blocks-(myBlocks).md index 4cdf243..6ef38f5 100644 --- a/Custom-FTC-Blocks-(myBlocks).md +++ b/Custom-FTC-Blocks-(myBlocks).md @@ -129,7 +129,7 @@ This tutorial has three more sections with myBlocks guidelines, followed by **si # Annotation Details -The required **annotation** ```@ExportToBlocks``` has optional fields, which may be listed in any order. These fields allow a myBlock to have a custom **comment**, **tooltip**, and **parameter labels**. +The required **annotation** ```@ExportToBlocks``` has optional fields, which may be listed in any order. These fields allow a myBlock to have a custom **comment**, **tooltip**, **parameter labels**, and **parameter default values**.

[[/images/Custom-FTC-Blocks-(myBlocks)/a0220-BlockWithBenefits.png|annotation details]]