Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
SauviaTron committed Nov 17, 2023
1 parent 6b4a9cf commit a3c3766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2_Firmware/1_I2C_Scanning/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# I2C Scanning

This program is designed to detect the sensors on the board, each of which is assigned a unique address, as illustrated in the table below. In the case of the LSM303AGR, which incorporates both an accelerometer and a magnetometer, there are four addresses allocated for the three sensors. Notably, there is a distinct address assigned for each of these two components.

<div align="center">
| I2C Address | Description |
| ----------- | -------------- |
Expand All @@ -9,6 +10,7 @@ This program is designed to detect the sensors on the board, each of which is as
| 0x1E | Magnetometer |
| 0x76 | Pressure |
</div>

<div align="center">

COLUMN&nbsp;&nbsp;&nbsp;1 | </br>COLUMN 2 | </br></br>COLUMN 3
Expand Down

0 comments on commit a3c3766

Please sign in to comment.