Merge pull request #486 from ekalyvio/master
Fixed Repeated-start in I2C
This commit is contained in:
commit
f67495f4f0
1 changed files with 0 additions and 2 deletions
|
@ -344,8 +344,6 @@ int i2c_slave_read(uint8_t bus, uint8_t slave_addr, const uint8_t *data, uint8_t
|
|||
goto error;
|
||||
if (!i2c_write(bus, *data))
|
||||
goto error;
|
||||
if (!i2c_stop(bus))
|
||||
goto error;
|
||||
}
|
||||
i2c_start(bus);
|
||||
if (!i2c_write(bus, slave_addr << 1 | 1)) // Slave address + read
|
||||
|
|
Loading…
Reference in a new issue