Guest User

Untitled

a guest
Feb 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import smbus
  2.  
  3. #Set Bus
  4. DEVICE_BUS = 1
  5.  
  6. #Set FMS6501A I2C Address to either 0x43 or 0x03
  7. DEVICE_ADDR = 0x43
  8. i2cbus = smbus.SMBus(1)
Add Comment
Please, Sign In to add comment