summaryrefslogtreecommitdiff
path: root/thermal/simsensor/ReadMe.md
blob: 6d59171e1d1d74bf00d17611297aa19b4a39bc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
SimSensor: Simulated Temperature Sensor Sample Driver
=====================================================

This sample is a driver for a simulated temperature sensor device.

## Universal Compliant
This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core.

A hardware platform designer can strategically place temperature sensors in various thermal zones around the platform. The operating system gets the temperature readings from the temperature sensor drivers and uses these readings to regulate the temperatures across the platform. Regulation can be either passive or active. For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236).

The SimSensor sample provides the source code for a specialized sensor driver that supports platform-wide thermal management by the operating system. This driver does not make the temperature sensor accessible to applications through the [Sensor API](http://msdn.microsoft.com/en-us/library/windows/hardware/dd318953).