Skip to content

Commit

Permalink
Change pin assign explanation to table style
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa committed Aug 7, 2017
1 parent 0067a17 commit 4a20065
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ A library to read value of MPU9250.
# Connection
For uno, nano or so on.

- Arduino <-> MPU9250
- 3.3 <-> VCC
- A4 <-> SDA
- A5 <-> SCL
- GND <-> GND
| Arduino | MPU9250 |
|---------|---------|
| 3.3 | VCC |
| A4(SDA) | SDA |
| A5(SCL) | SCL |
| GND | GND |

For other boards, please check [i2c pin assign](https://www.arduino.cc/en/Reference/Wire).

Expand Down

0 comments on commit 4a20065

Please sign in to comment.