summaryrefslogtreecommitdiff
path: root/thermal/simsensor
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
committerDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
commit1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch)
treeceece70ec21256772341dc1ef91a199a5d13bc0f /thermal/simsensor
parentd40232638faaab19de557e70a3ee938da7a35295 (diff)
terminology changes
Diffstat (limited to 'thermal/simsensor')
-rw-r--r--thermal/simsensor/ReadMe.md4
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).