ds1620_out
ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU);
ds1620_out(THERM_WRITE_TL, 9, therm->lo);
ds1620_out(THERM_WRITE_TH, 9, therm->hi);
ds1620_out(THERM_START_CONVERT, 0, 0);
ds1620_out(THERM_RESET, 0, 0);
ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU);
ds1620_out(THERM_START_CONVERT, 0, 0);