You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate/get-started/supported-hardware/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ To use any of the built-in components, configure them according to their readmes
89
89
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/).
90
90
91
91
<!--prettier-ignore-->
92
-
| Model | Description | Ships with `viam-micro-server`? |
|`gpio`| A servo controlled by GPIO pins. [Configuration info](/operate/reference/components/servo/gpio-micro-rdk/). | <pclass="center-text"><iclass="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/). | <pclass="center-text"><iclass="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). | <pclass="center-text"><iclass="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). | <pclass="center-text"><iclass="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). |<pclass="center-text"><iclass="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). |<pclass="center-text"><iclass="fas fa-times"title="no"></i></p>|
92
+
| Model | Description |Built into the Micro-RDK? |Ships with `viam-micro-server`? |
|`gpio`| A servo controlled by GPIO pins. [Configuration info](/operate/reference/components/servo/gpio-micro-rdk/). | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> | <pclass="center-text"><iclass="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. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> | <pclass="center-text"><iclass="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). ||<pclass="center-text"><iclass="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). ||<pclass="center-text"><iclass="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). |||
0 commit comments