ME 405
LAB_0x04_I2C_TEST.py File Reference

Namespaces

 LAB_0x04_I2C_TEST
 

Variables

 LAB_0x04_I2C_TEST.i2c = I2C(1)
 
 LAB_0x04_I2C_TEST.MASTER
 
 LAB_0x04_I2C_TEST.baudrate
 
 LAB_0x04_I2C_TEST.rate = input('Enter an int to change blink rate: ')
 
 LAB_0x04_I2C_TEST.addr
 
 LAB_0x04_I2C_TEST.x08
 
 LAB_0x04_I2C_TEST.timeout
 
 LAB_0x04_I2C_TEST.msg = i2c.recv(1,addr=0x08,timeout=5000)