Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 19:57:30 +0400
From:      Dmitry Sarkisov <ait.mlist@gmail.com>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: acpi_termal sysctl interface strange temperature value
Message-ID:  <20130226155730.GA5335@aperturescience.org>
In-Reply-To: <CAN6yY1t8nUoQ=tJ5k1gqjQvSpUhQ-_JxgqttMA77%2B3gLJ0Z_jA@mail.gmail.com>
References:  <20130225014000.GA6413@aperturescience.org> <CAN6yY1uPiBh6Dv-wsLq1DMcXL%2BD%2Bq_=7s%2B8JbsLk15sN-ZQ-aw@mail.gmail.com> <CAMj%2B4sG8PGKDDiaKESRJ-6LNvhRh6TpVnE9d29dDwD7y_J0beA@mail.gmail.com> <CAN6yY1t8nUoQ=tJ5k1gqjQvSpUhQ-_JxgqttMA77%2B3gLJ0Z_jA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 25-02-2013, Mon [22:03:28], Kevin Oberman wrote:
> As others have noted, the value you are seeing is 100C, not 55C. So I have
> no idea what is going on.
> 
Actually you were right from the beginning. 

I managed to get the correct value this way, after reading some wiki :) 

	float c;
	c = (t/10-273.15); /* convert to Celsius */

Thanks for comments everybody.


-- 

Dmitry Sarkisov
 <-\     Powered by
 <-------------------o
 <-/     FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130226155730.GA5335>