From 811f81705328188114acff3fc899d0c1d23102c9 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:36:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339b732..a928783 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following attributes are available for `viam:uln2003:28byj-48` motors: | Attribute | Type | Required? | Description | | --------- | ---- | --------- | ---------- | | `board` | string | **Required** | `name` of the [board](https://docs.viam.com/components/board/) the motor driver is wired to. | -| `pins` | object | **Required** | A JSON object containing the {{< glossary_tooltip term_id="pin-number" text="pin numbers" >}} the `in1`, `in2`, `in3`, and `in4` pins of the motor driver are wired to on the [board](https://docs.viam.com/components/board/). | +| `pins` | object | **Required** | A JSON object containing the pin numbers the `in1`, `in2`, `in3`, and `in4` pins of the motor driver are wired to on the [board](https://docs.viam.com/components/board/). | | `ticks_per_rotation` | int | **Required** | Number of full steps in a rotation. The motor takes 5.625*(1/64)° per step. One full rotation (360°) is 4096 steps. | Refer to your motor and motor driver data sheets for specifics.