Skip to content

Commit 2266a43

Browse files
committed
changed the SVG path for I2C diagram to be internal
1 parent 6328aed commit 2266a43

2 files changed

Lines changed: 46 additions & 2 deletions

File tree

mdbook/src/11-i2c/the-general-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ communication between several devices. Let's see how it works using examples:
88
If the Controller wants to send data to the Target:
99

1010
<p align="center">
11-
<img class="white_bg" height="360" title="I2C bus" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/I2C_controller-target.svg/640px-I2C_controller-target.svg.png" />
11+
<img class="white_bg" height="360" title="I2C bus" src="../assets/i2c-controller-target.svg" />
1212
</p>
1313

1414
1. Controller: Broadcast START
@@ -27,7 +27,7 @@ If the Controller wants to send data to the Target:
2727
If the controller wants to read data from the target:
2828

2929
<p align="center">
30-
<img class="white_bg" height="360" title="I2C bus" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/I2C_controller-target.svg/640px-I2C_controller-target.svg.png" />
30+
<img class="white_bg" height="360" title="I2C bus" src="../assets/i2c-controller-target.svg" />
3131
</p>
3232

3333
1. C: Broadcast START
Lines changed: 44 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)