LM77_REG_CONF
int conf = lm77_read_value(client, LM77_REG_CONF);
lm77_write_value(client, LM77_REG_CONF, conf & 0xfe);
if (reg == LM77_REG_CONF)