Closed jamesbowman closed 4 years ago
>>> import i2cdriver >>> i2c = i2cdriver.I2CDriver("/dev/ttyUSB0") >>> i2c.setspeed(100) >>> i2c.speed 400
Expect to see 100, but without getstatus() the variable is not updated.
getstatus()
Expect to see 100, but without
getstatus()
the variable is not updated.