Skip to content

Commit 58ffcae

Browse files
Merge pull request #291 from rneacy/master
Switch I2C diagram; update DAPLink diagram
2 parents 57450e1 + 6f5dcff commit 58ffcae

File tree

7 files changed

+3
-1898
lines changed

7 files changed

+3
-1898
lines changed

hardware/assets/i2c-block.svg

Lines changed: 0 additions & 1895 deletions
This file was deleted.

hardware/assets/i2c-diagram.png

35.2 KB
Loading

hardware/assets/nrf51i2c.png

11.8 KB
Loading

hardware/i2c-shared.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The V1.5 micro:bit has a footprint for two different motion sensors: one made by
1717

1818
### I2C block diagram
1919

20-
![I2C block](/docs/hardware/assets/i2c-block.svg)
20+
![I2C block](/docs/hardware/assets/nrf51i2c.png)
2121

2222
### Table of addresses used
2323

hardware/i2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The external lines run to the edge connector and can be used for accessories.
1919

2020
### I2C block diagram
2121

22-
![I2C block](/docs/hardware/assets/i2c-block.svg)
22+
![I2C block](/docs/hardware/assets/i2c-diagram.png)
2323

2424
### Table of addresses used
2525

software/assets/v2-interface.png

61.8 KB
Loading

software/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The chip that developers' code runs on, and that all the peripherals are connect
1919

2020
The **Target MCU** is a **Nordic Semiconductor nRF52833** <span class="v2">V2</span> or **Nordic Semiconductor nRF51822** <span class="v1">V1</span>.
2121

22-
<img src="/docs/software/assets/Interface.svg" alt="DAPlink interface" style="background:#eeeeff; padding:20px;">
22+
![v2 interface](/docs/software/assets/v2-interface.png)
2323

2424
The target and interface MCUs are connected by two interfaces:
2525

0 commit comments

Comments
 (0)