Skip to content

Commit

Permalink
fixed ch 8 src include bug, fixed ch 9 image issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Jul 13, 2024
1 parent 3edb6df commit c364bca
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdbook/src/08-i2c/my-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
My solution is in `src/main.rs`.

```rust
{{#include `src/main.rs`}}
{{#include src/main.rs}}
```
2 changes: 1 addition & 1 deletion mdbook/src/09-led-compass/take-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For starters, we'd only care about the X and Y components of the magnetic field
look at a compass you always hold it in horizontal position and thus the compass is in the XY plane.

<p align="center">
<img class="white_bg" title="Quadrants" src="../assets/quadrants.png" width="500" />
<img class="white_bg" title="Quadrants" src="../assets/quadrants.jpg" width="500" />
</p>

If we only looked at the signs of the X and Y components we could determine to which quadrant the
Expand Down
Binary file modified mdbook/src/assets/mb2-axes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mdbook/src/assets/quadrants.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mdbook/src/assets/quadrants.png
Binary file not shown.

0 comments on commit c364bca

Please sign in to comment.