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) | |
| LAB_0x04_I2C_TEST.addr |
| LAB_0x04_I2C_TEST.baudrate |
| LAB_0x04_I2C_TEST.i2c = I2C(1) |
| LAB_0x04_I2C_TEST.MASTER |
| LAB_0x04_I2C_TEST.rate = input('Enter an int to change blink rate: ') |
| LAB_0x04_I2C_TEST.timeout |
| LAB_0x04_I2C_TEST.x08 |