Skip to content

Commit 8512402

Browse files
committed
docs: apply changes by @smoe on HAL component list
commit 3a6bb1f and 6f7cb99
1 parent fa69ad9 commit 8512402

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/src/hal/components.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ Limit its slew rate to less than maxv per second. Limit its second derivative to
224224
| link:../man/man9/maj3.9.html[maj3] | Compute the majority of 3 inputs. | |
225225
| link:../man/man9/minmax.9.html[minmax] | Track the minimum and maximum values of the input to the outputs. ||
226226
| link:../man/man9/mult2.9.html[mult2] | Product of two inputs. | |
227-
| link:../man/man9/mux16.9.html[mux16] | Select from one of sixteen input values. | |
228-
| link:../man/man9/mux2.9.html[mux2] | Select from one of two input values. | |
229-
| link:../man/man9/mux4.9.html[mux4] | Select from one of four input values. | |
230-
| link:../man/man9/mux8.9.html[mux8] | Select from one of eight input values. | |
231-
| link:../man/man9/mux_generic.9.html[mux_generic] |choose one from several input values||
227+
| link:../man/man9/mux16.9.html[mux16] | Select from one of 16 input values (multiplexer). | |
228+
| link:../man/man9/mux2.9.html[mux2] | Select from one of two input values (multiplexer). | |
229+
| link:../man/man9/mux4.9.html[mux4] | Select from one of four input values (multiplexer). | |
230+
| link:../man/man9/mux8.9.html[mux8] | Select from one of eight input values (multiplexer). | |
231+
| link:../man/man9/mux_generic.9.html[mux_generic] | Select one from several input values (multiplexer).||
232232
| link:../man/man9/near.9.html[near] | Determine whether two values are roughly equal. | |
233233
| link:../man/man9/offset.9.html[offset] | Adds an offset to an input, and subtracts it from the feedback value. | |
234234
| link:../man/man9/sample_hold.9.html[sample_hold] | Sample and Hold. ||
@@ -307,8 +307,8 @@ Limit its slew rate to less than maxv per second. Limit its second derivative to
307307
| link:../man/man9/threads.9.html[threads] | Creates hard realtime HAL threads. ||
308308
| link:../man/man9/charge_pump.9.html[charge_pump] | Creates a square-wave for the 'charge pump' input of some controller boards.
309309
The 'Charge Pump' should be added to the base thread function. When enabled the output is on for one period and off for one period.
310-
To calculate the frequency of the output 1/(period time in seconds x 2) = hz. For example if you have a base period of 100,000ns that
311-
is 0.0001 seconds and the formula would be 1/(0.0001 x 2) = 5,000 hz or 5 Khz. ||
310+
To calculate the frequency of the output 1/(period time in seconds x 2) = Hz. For example if you have a base period of 100,000 ns that
311+
is 0.0001 seconds and the formula would be 1/(0.0001 x 2) = 5,000 Hz or 5 kHz. ||
312312
| link:../man/man9/encoder_ratio.9.html[encoder_ratio] | An electronic gear to synchronize two axes. ||
313313
| link:../man/man9/feedcomp.9.html[feedcomp] | Multiply the input by the ratio of current velocity to the feed rate. ||
314314
| link:../man/man9/gladevcp.9.html[gladevcp (Realtime)] |displays Virtual control Panels built with GTK / GLADE||

0 commit comments

Comments
 (0)