We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13315d1 commit 1e85543Copy full SHA for 1e85543
boards/shields/mikroe_h_bridge_4_click/doc/index.rst
@@ -33,5 +33,13 @@ Programming
33
.. zephyr-app-commands::
34
:zephyr-app: samples/drivers/stepper/generic
35
:board: <board>
36
- :west-args: --shield mikroe_h_bridge_4_click
+ :shield: mikroe_h_bridge_4_click
37
:goals: build flash
38
+
39
+References
40
+**********
41
42
+.. target-notes::
43
44
+.. _Mikroe H-Bridge 4 click:
45
+ https://www.mikroe.com/h-bridge-4-click
boards/shields/mikroe_h_bridge_4_click/mikroe_h_bridge_4_click.overlay
@@ -3,6 +3,12 @@
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
+/ {
7
+ aliases {
8
+ stepper = &mikroe_h_bridge_4_click;
9
+ };
10
+};
11
12
/ {
13
mikroe_h_bridge_4_click: h_bridge_4_click {
14
status = "okay";
0 commit comments