Skip to content

Commit a82bef2

Browse files
Fix typos and add alt text for example chapter09_08
1 parent c0e51c3 commit a82bef2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/chapter09_08/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example Chapter09_08
2+
23
## Controlling an RGB LED
34

45
Example chapter09_08 utilizes object oriented programming techniques
@@ -14,7 +15,7 @@ an underlying tick derived from a timer interrupt that
1415
runs every $50~{\mu}\text{s}$.
1516

1617
In this example (as in most other examples), both a hardware
17-
version for the target system as well as a simlulated PC
18+
version for the target system as well as a simulated PC
1819
version are available. For this exercise, it was
1920
decided to implement a rather detailed PC simulation
2021
using old-school traditional Win32-API programming.
@@ -30,4 +31,4 @@ The user LED is simultaneously toggled at the usual $\frac{1}{2}~\text{Hz}$.
3031
The chapter09_08 Win32-API simulation in its Windows-based
3132
application is shown in action in the image below.
3233

33-
![](./images/rgb_led_wnd_09_08.jpg)
34+
![Capture of Win32-API simulation](./images/rgb_led_wnd_09_08.jpg)

0 commit comments

Comments
 (0)