Skip to content

Commit 6e13e24

Browse files
Fix typo and add alt text to example in chapter04_04
1 parent af27e97 commit 6e13e24

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/chapter04_04/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example Chapter04_04
2+
23
## LED Objects and Polymorphism
34

45
Example chapter04_04 uses an intuitive LED class hierarchy
@@ -109,7 +110,7 @@ as shown in the following table.
109110
| LED4 | port expander pin `GPA2` | port toggle high/low, SPI software drive, $750~\Omega$ |
110111

111112
In this example, we use ports from both the microcontroller as well
112-
as an external port expander chip. Hardware adressing is used
113+
as an external port expander chip. Hardware addressing is used
113114
on the port expander chip. The port expander address is
114115
hard-wired to the value 7 via connecting each of the three
115116
pins `A0` ... `A2` to $+{5}~\text{V}$.
@@ -134,4 +135,4 @@ The connections of the port expander chip are tabulated below.
134135

135136
The hardware setup is pictured in the image below.
136137

137-
![](./images/board4.jpg)
138+
![hardware setup](./images/board4.jpg)

0 commit comments

Comments
 (0)