Skip to content

Commit 596e4ed

Browse files
smoehansu
authored andcommitted
docs29: small changes while translating
1 parent 0b1be6e commit 596e4ed

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/src/hal/general-ref.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ read|write:: Indicates whether the function reads the hardware or writes to it.
146146

147147
motenc.0.encoder.read:: Reads all encoders on the first motenc board.
148148

149-
generic8255.0.din.09-15.read:: Reads the second 8 bit port on the first generic 8255 based
150-
digital I/O board.
149+
generic8255.0.din.09-15.read:: Reads the second 8 bit port on the first generic 8255 based digital I/O board.
151150

152151
ppmc.0.write:: Writes all outputs (step generators, pwm, DACs, and digital) on the first Pico Systems ppmc board.
153152

docs/src/hal/hal-examples.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
:hal: {basebackend@docbook:'':hal}
1111
:ngc: {basebackend@docbook:'':ngc}
1212

13-
All of these examples assume you are starting with a stepconf based configuration and have two threads 'base-thread' and 'servo-thread'.
14-
The stepconf wizard will create an empty custom.hal and a custom_postgui.hal file.
13+
All of these examples assume you are starting with a StepConf-based configuration and have two threads 'base-thread' and 'servo-thread'.
14+
The StepConf wizard will create an empty custom.hal and a custom_postgui.hal file.
1515
The custom.hal file will be loaded after the configuration HAL file and the custom_postgui.hal file is loaded after the GUI has been loaded.
1616

1717
== Connecting Two Outputs
@@ -66,8 +66,8 @@ Owner Type Dir Value Name
6666
22 bit OUT FALSE or2.0.out ==> led-1
6767
----
6868

69-
You can see from the HAL command 'show pin or2' that the 'button-1' pin is connected to the 'or2.0.in0' pin.
70-
From the direction arrow you can see that the button is and output and the 'or2.0.in0' is an input.
69+
You can see from the HAL command `show pin or2` that the `button-1` pin is connected to the `or2.0.in0` pin.
70+
From the direction arrow you can see that the button is and output and the `or2.0.in0` is an input.
7171
The output from or2 goes to the input of the LED.
7272

7373
== Manual Toolchange

0 commit comments

Comments
 (0)