Advertisement
Guest User

Untitled

a guest
Nov 6th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # for version 1 Raspberry PI boards use:
  2. with i2c.I2CMaster(0) as bus:
  3. # for version 2 Raspberry PI boards use:
  4. #with i2c.I2CMaster(1) as bus:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement