Closed
Description
Description
- Type: Bug
- Related issues: I2C byte write return value #1670, i2c - fix return value description i2c_byte_write() #1694
- Priority: Minor
Currently, the I2C class is implemented such that I2C::write returns different values to indicate ACK in different overloads. This seems counter-intuitive and should probably be made consistent. In #1670, the documentation was corrected to reflect the documentation, however nothing was done about the implementation.
cc: @0xc0170