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_pi_gpio.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,23 +69,23 @@ Depending on the dir and exclude masks.
69
69
70
70
== Parameters
71
71
72
-
Only the standard timing parameters which are created for all components exist.
72
+
Only the standard timing parameters which are created for all components exist:
73
73
74
-
*hal_pi_gpio.read.tmax
75
-
*hal_pi_gpio.read.tmax-increased
76
-
*hal_pi_gpio.write.tmax
77
-
*hal_pi_gpio.write.tmax-increased
74
+
*hal_pi_gpio.read.tmax
75
+
*hal_pi_gpio.read.tmax-increased
76
+
*hal_pi_gpio.write.tmax
77
+
*hal_pi_gpio.write.tmax-increased
78
78
79
-
For unknown reasons the driver also creates HAL _pins_ to indicate timing
79
+
For unknown reasons the driver also creates HAL _pins_ to indicate timing:
80
80
81
-
*hal_pi_gpio.read.time
82
-
*hal_pi_gpio.write.time
81
+
*hal_pi_gpio.read.time
82
+
*hal_pi_gpio.write.time
83
83
84
84
85
85
== Functions
86
86
87
-
* 'hal_pi_gpio.read' - Add this to the base thread to update the HAL pin values to match the physical input values.
88
-
* 'hal_pi_gpio.write' - Add this to the base thread to update the physical pins to match the HAL values.
87
+
* `hal_pi_gpio.read` - Add this to the base thread to update the HAL pin values to match the physical input values.
88
+
* `hal_pi_gpio.write` - Add this to the base thread to update the physical pins to match the HAL values.
89
89
90
90
Typically the 'read' function will be early in the call list, before any encoder counters and the 'write' function will be later in the call list, after stepgen.make-pulses.
0 commit comments