TS-4710 Temp Sensor: Difference between revisions

From embeddedTS Manuals
(Created page with "This macrocontroller includes temperature sensors located on the CPU and RTC. Both of these can be read using tshwctl: <source lang=bash> tshwctl --rtctemp tshwctl --cputemp ...")
 
(Millicelsius, not millivolts.)
Line 5: Line 5:
</source>
</source>


Both of these will return the temperature in millivolts.
Both of these will return the temperature in millicelsius.

Revision as of 17:00, 22 March 2016

This macrocontroller includes temperature sensors located on the CPU and RTC. Both of these can be read using tshwctl:

tshwctl --rtctemp
tshwctl --cputemp

Both of these will return the temperature in millicelsius.