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/src/drivers/hal_gpio.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,9 @@ gpiochip0 - 54 lines:
52
52
...
53
53
----
54
54
55
-
A list of input and/or output pins should be specified as shown in the sample above. (The \ character is used for line continuation in HAL, and is used to improve readability. The pin names are case-sensitive and there must be no spaces in the strings, either beteen the comma-separated pins lists of the "=" signs.)
55
+
A list of input and/or output pins should be specified as shown in the sample above.
56
+
The \ character is used for line continuation in HAL, and is used to improve readability.
57
+
The pin names are case-sensitive and there must be no spaces in the strings, neither between the comma-separated pins lists of the "=" signs.
56
58
57
59
Additional modifiers are:
58
60
*invert* (valid for outputs only). Inverts the sense of the physical pin relative to the value in HAL.
0 commit comments