Skip to content

Commit

Permalink
Add missing apostrophes (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Apr 12, 2024
1 parent e63f061 commit 458a3e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you want to use a different carrier board to incorporate your Orin into your
{{% alert title="CAUTION: Use 3.3V inputs and outputs" color="caution" %}}

The GPIO pins on Jetson boards are rated 3.3V signals. 5V signals from encoders and sensors can cause damage to a pin. We recommend selecting hardware that can operate 3.3V signals or lower.
For details, see your boards specification.
For details, see your board's specification.

{{% /alert %}}

Expand Down
2 changes: 1 addition & 1 deletion static/include/components/board/board-analogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Then, integrate `analogs` into the `attributes` of your board by following the *
{{< tabs name="Configure an Analog Reader" >}}
{{% tab name="Config Builder" %}}

On your boards panel, click **Show more**, then select **Add analog**.
On your board's panel, click **Show more**, then select **Add analog**.
Assign a name to your analog and then fill in the required properties outlined below.

![An example configuration for analogs in the Viam app Config Builder.](/components/board/analogs-ui-config.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Integrate `digital_interrupts` into your machine in the `attributes` of your boa
{{< tabs name="Configure a Digital Interrupt" >}}
{{% tab name="Config Builder" %}}

On your boards panel, click **Show more**, then select **Add digital interrupt**.
On your board's panel, click **Show more**, then select **Add digital interrupt**.
Assign a name to your digital interrupt and then enter a pin number.

![An example configuration for digital interrupts in the Viam app Config Builder.](/components/board/digital-interrupts-ui-config.png)
Expand Down

0 comments on commit 458a3e5

Please sign in to comment.