Skip to content

Commit 4482c51

Browse files
authored
DOCS-3502: Address Micro-RDK table feedback (#3988)
1 parent 3a117ba commit 4482c51

File tree

1 file changed

+8
-8
lines changed
  • docs/operate/get-started/supported-hardware

1 file changed

+8
-8
lines changed

docs/operate/get-started/supported-hardware/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ To use any of the built-in components, configure them according to their readmes
8989
You can either install the pre-built `viam-micro-server` firmware that ships with a few common modules, or [build your own firmware that combines the Micro-RDK with one or more modules of your choice](/operate/get-started/other-hardware/micro-module/).
9090

9191
<!--prettier-ignore-->
92-
| Model | Description | Ships with `viam-micro-server`? |
93-
| ----- | ----------- | ------------------------------- |
94-
| `gpio` | A servo controlled by GPIO pins. [Configuration info](/operate/reference/components/servo/gpio-micro-rdk/). | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
95-
| `two_wheeled_base` | A robotic base with differential steering. [Configuration info](/operate/reference/components/base/two_wheeled_base/). | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
96-
| `free_heap_sensor` | Reports the amount of free memory space. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
97-
| `wifi_rssi_sensor` | A WiFi signal strength sensor. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
98-
| `moisture_sensor` | A moisture sensor. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | <p class="center-text"><i class="fas fa-times" title="no"></i></p> |
99-
| `water_pump` | A water pump. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | <p class="center-text"><i class="fas fa-times" title="no"></i></p> |
92+
| Model | Description | Built into the Micro-RDK? | Ships with `viam-micro-server`? |
93+
| ----- | ----------- | ------------------------------- | --- |
94+
| `gpio` | A servo controlled by GPIO pins. [Configuration info](/operate/reference/components/servo/gpio-micro-rdk/). | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
95+
| `two_wheeled_base` | A robotic base with differential steering. [Configuration info](/operate/reference/components/base/two_wheeled_base/). Built into the Micro-RDK. | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
96+
| `free_heap_sensor` | Reports the amount of free memory space. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
97+
| `wifi_rssi_sensor` | A WiFi signal strength sensor. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | | <p class="center-text"><i class="fas fa-check" title="yes"></i></p> |
98+
| `moisture_sensor` | A moisture sensor. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | | |
99+
| `water_pump` | A water pump. [GitHub repo](https://github.com/viamrobotics/micro-rdk/tree/main/examples/modular-drivers/src). | | |
100100

101101
## Configure hardware on your machine
102102

0 commit comments

Comments
 (0)