diff options
| author | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-03-17 19:50:07 -0700 |
| commit | 97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch) | |
| tree | 46f3701832d70b420eb0fc0eb93261f9da45db3f /thermal/simsensor/ReadMe.md | |
| parent | ef1905bf1e8825bb31120dfb27e0daf3154d859a (diff) | |
Initial publish
Diffstat (limited to 'thermal/simsensor/ReadMe.md')
| -rw-r--r-- | thermal/simsensor/ReadMe.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/thermal/simsensor/ReadMe.md b/thermal/simsensor/ReadMe.md new file mode 100644 index 00000000..6d59171e --- /dev/null +++ b/thermal/simsensor/ReadMe.md @@ -0,0 +1,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). |
