Skip to content

Commit b6a9961

Browse files
Fix images not rendering for example chapter02_06
Basically converted them from pdf (not supported in markdown) to png. Also added alt text and fixed one typo. Added in minor syntax correction on chapter02_03a
1 parent 6e8f281 commit b6a9961

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

examples/chapter02_03a/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example chapter02_03a
2+
23
## The LED program with cooperative multitasking scheduler
34

45
This example implements the LED program with
55.7 KB
Loading
1.11 MB
Loading
816 KB
Loading
317 KB
Loading

examples/chapter02_06/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example chapter02_06
2+
23
## The Led Program (with template LED class)
34

45
This example implements the LED program with a template
@@ -24,15 +25,15 @@ to capture the runtime of the port toggle.
2425
The toggle signal has a width of approximately
2526
$310~\text{ns}$, which agrees well with the claim in the book.
2627

27-
![](./images/2020-01-12.pdf)
28+
![port signal measured on oscilloscope](./images/2020-01-12.png)
2829

2930
The toggle signal having a width of approximately $310~\text{ns}$
3031
captured by a digital oscilloscope is shown.
3132

3233
Manually measuring the toggle signal with a _scope_ might require laboratory skill,
33-
as shown in the next two pictures featuring a hand-help oscilloscope
34+
as shown in the next two pictures featuring a hand-held oscilloscope
3435
probe measurement on one of our self-made Arduino-like boards.
3536

36-
![](./images/measurement.pdf)
37+
![hand-held measurement with oscilloscope](./images/measurement.png)
3738

38-
![](./images/measurement2.pdf)
39+
![closer view of oscilloscope measurement](./images/measurement2-cropped.png)

0 commit comments

Comments
 (0)