Skip to content

Commit

Permalink
[Fix] Fix I2C device address in documentation
Browse files Browse the repository at this point in the history
Updated the I2C scan result to reflect the correct device address 0x3f instead of 0x36. This ensures the documentation is accurate and consistent with the actual hardware configuration.
  • Loading branch information
eitch committed Nov 11, 2024
1 parent e4146bb commit 79a69c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/documentation/io-examples/i2c/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ root@rp5:~# i2cdetect -y 1
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- 36 -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 3f
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
```
1 device found with address of 0x36.
1 device found with address of 0x3f.

## Transfer rates

Expand Down

0 comments on commit 79a69c2

Please sign in to comment.