Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. –> Ce qui est attendu lors du scan des esclaves i2c:
  2.  
  3. root@raspberrypi:~# sudo i2cdetect -y 1
  4. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  5. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  6. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  7. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  8. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  9. 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  10. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  11. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  12. 70: -- -- -- -- -- -- — 77
  13.  
  14. –> Ce que j’obtiens :
  15.  
  16. root@raspberrypi:~# sudo i2cdetect -y 1
  17. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  18. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  19. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  20. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  21. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  22. 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  23. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  24. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  25. 70: -- -- -- -- -- -- -- —
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement