31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
|
root@witbook:~# i2cdetect 1
|
||
|
WARNING! This program can confuse your I2C bus, cause data loss and worse!
|
||
|
I will probe file /dev/i2c-1.
|
||
|
I will probe address range 0x03-0x77.
|
||
|
Continue? [Y/n] y
|
||
|
0 1 2 3 4 5 6 7 8 9 a b c d e f
|
||
|
00: -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
30: 30 31 32 33 34 35 36 37 -- -- -- -- -- -- -- --
|
||
|
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
50: 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f
|
||
|
60: 60 61 62 63 64 65 66 67 -- -- -- -- -- -- -- --
|
||
|
70: -- -- -- -- -- -- -- --
|
||
|
root@witbook:~# i2cdetect 0
|
||
|
WARNING! This program can confuse your I2C bus, cause data loss and worse!
|
||
|
I will probe file /dev/i2c-0.
|
||
|
I will probe address range 0x03-0x77.
|
||
|
Continue? [Y/n] y
|
||
|
0 1 2 3 4 5 6 7 8 9 a b c d e f
|
||
|
00: -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
30: -- -- -- -- -- -- -- -- UU UU -- -- -- 3d -- --
|
||
|
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||
|
70: -- -- -- -- -- -- -- --
|
||
|
root@witbook:~#
|
||
|
|