diff --git a/docs/use-cases/configure.md b/docs/use-cases/configure.md index 7501b7daa5..7fce5c9029 100644 --- a/docs/use-cases/configure.md +++ b/docs/use-cases/configure.md @@ -30,7 +30,7 @@ Viam's modular system of {{< glossary_tooltip term_id="component" text="componen
Each piece of your smart machine that is controlled by a computer is called a component. For example, if your smart machine includes a Raspberry Pi, a motor, and a camera, each of those is a component.
+Each physical piece of your smart machine that is controlled by a computer is called a component. For example, if your smart machine includes a Raspberry Pi, a motor, and a camera, each of those is a component.
You need to configure your machine so that viam-server
can interact with its hardware. Use the configuration builder tool in the Viam app to create a file that describes what hardware you are using and how it is connected.
For example, if you have a DC motor, follow the corresponding configuration instructions to tell the software which pins it is connected to.