ME 405
LAB_0x04_I2C_TEST Namespace Reference

Variables

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

Variable Documentation

◆ addr

LAB_0x04_I2C_TEST.addr

◆ baudrate

LAB_0x04_I2C_TEST.baudrate

◆ i2c

LAB_0x04_I2C_TEST.i2c = I2C(1)

◆ MASTER

LAB_0x04_I2C_TEST.MASTER

◆ msg

LAB_0x04_I2C_TEST.msg = i2c.recv(1,addr=0x08,timeout=5000)

◆ rate

LAB_0x04_I2C_TEST.rate = input('Enter an int to change blink rate: ')

◆ timeout

LAB_0x04_I2C_TEST.timeout

◆ x08

LAB_0x04_I2C_TEST.x08