DS1307_REG_YEAR
t->tm_year = bcd2bin(regs[DS1307_REG_YEAR]) + 100;
regs[DS1307_REG_YEAR] = bin2bcd(tmp);