File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ communication between several devices. Let's see how it works using examples:
88If 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
14141 . Controller: Broadcast START
@@ -27,7 +27,7 @@ If the Controller wants to send data to the Target:
2727If 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
33331 . C: Broadcast START
You can’t perform that action at this time.
0 commit comments