Hello Dirk,
Am 21.11.2013 13:34, schrieb Eibach, Dirk:
While debugging an I2C problem I found in soft_i2c_read() and
soft_i2c_write():
if(write_byte(addr>> shift)) {
PRINTD("i2c_read, address noted\n");
return(1);
}
and
if(write_byte(addr>> shift)) {
PRINTD("i2c_writ
While debugging an I2C problem I found in soft_i2c_read() and
soft_i2c_write():
if(write_byte(addr >> shift)) {
PRINTD("i2c_read, address not ed\n");
return(1);
}
and
if(write_byte(addr >> shift)) {
PRINTD("i2c_write, address not ed\n");
return(1);
}
This means t
2 matches
Mail list logo