From 7dd974d5e4d27a98b3a0eae57d428010a59d56af Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Fri, 4 Oct 2024 13:55:27 -0400 Subject: [PATCH] Update TUTORIAL.md --- DOCS/TUTORIAL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS/TUTORIAL.md b/DOCS/TUTORIAL.md index 4058889..ce7db65 100644 --- a/DOCS/TUTORIAL.md +++ b/DOCS/TUTORIAL.md @@ -166,13 +166,13 @@ const LED_1206 = {"A":{"shape":"M -0.037,0.034L 0.027,0.034L 0.027,-0.034L -0037 > **KEY Tip:** make each component into a ‘**const**’ variable with a short and simple name, such as “xiao”, “C1”, etc. Doing this will make **WIRING** in the next step much more efficient.
- ``` - const SAMD = board.add(SAMD11C, { translate: pt(-0.03, 0.01, rotate: 0, name: "SAMD11C" }) - ``` +``` +const SAMD = board.add(SAMD11C, { translate: pt(-0.03, 0.01, rotate: 0, id: "SAMD11C" }) +``` > **Tip:** List the added components from top to bottom…with components whose position will be dependent on another component below the component it references. -![constVariable](https://user-images.githubusercontent.com/27078897/222631331-3b7316cf-887a-4db7-a948-e6d55069ad2d.jpg) +Screenshot 2024-10-04 at 1 53 56 PM ![2023-02-11_18_56_44-SVG_PCB](https://user-images.githubusercontent.com/27078897/222630978-051d310c-0da0-40ba-81d7-6fc897f71e27.jpg)