Thema
:
core2duotemp.c to core2duotemp.pas
Einzelnen Beitrag anzeigen
hathor
(Gast)
n/a Beiträge
#
39
Re: core2duotemp.c to core2duotemp.pas
9. Nov 2007, 12:14
// temp = reftemp - value of reg 0x19C
temp = reftemp - data;
MSR 0x19C contains the temperature data, this data is represented as Delta in C° between current temperature and Tjunction.
Zitat