diff options
| author | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
|---|---|---|
| committer | Dave Wilson <[email protected]> | 2015-04-29 12:00:16 -0700 |
| commit | 1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch) | |
| tree | ceece70ec21256772341dc1ef91a199a5d13bc0f /thermal/simsensor/ReadMe.md | |
| parent | d40232638faaab19de557e70a3ee938da7a35295 (diff) | |
terminology changes
Diffstat (limited to 'thermal/simsensor/ReadMe.md')
| -rw-r--r-- | thermal/simsensor/ReadMe.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thermal/simsensor/ReadMe.md b/thermal/simsensor/ReadMe.md index 6d59171e..668c5b56 100644 --- a/thermal/simsensor/ReadMe.md +++ b/thermal/simsensor/ReadMe.md @@ -3,8 +3,8 @@ 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. +## Universal Windows Driver Compliant +This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. 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). |
