Guest User

Untitled

a guest
Jul 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. sudo i2cdetect 0
  2. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  3. I will probe file /dev/i2c-0.
  4. I will probe address range 0x03-0x77.
  5. Continue? [Y/n] y
  6. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  7. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  8. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  9. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  10. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  11. 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  12. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  13. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  14. 70: -- -- -- -- -- -- -- --
  15.  
  16. sudo i2cdetect 1
  17. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  18. I will probe file /dev/i2c-1.
  19. I will probe address range 0x03-0x77.
  20. Continue? [Y/n] y
  21. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  22. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  23. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  24. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  25. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  26. 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  27. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  28. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  29. 70: -- -- -- -- -- -- -- --
  30.  
  31. sudo i2cdetect 2
  32. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  33. I will probe file /dev/i2c-2.
  34. I will probe address range 0x03-0x77.
  35. Continue? [Y/n] y
  36. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  37. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  38. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  39. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  40. 30: 30 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  41. 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  42. 50: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  43. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  44. 70: -- -- -- -- -- -- -- --
  45.  
  46. sudo i2cdetect 3
  47. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  48. I will probe file /dev/i2c-3.
  49. I will probe address range 0x03-0x77.
  50. Continue? [Y/n] y
  51. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  52. 00: -- -- -- -- -- 08 -- -- -- -- -- -- --
  53. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  54. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  55. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- 3d -- --
  56. 40: -- -- -- -- -- -- -- -- -- -- -- -- 4c -- -- --
  57. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  58. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  59. 70: -- -- -- -- -- -- -- --
Add Comment
Please, Sign In to add comment