summaryrefslogtreecommitdiff
path: root/thermal/simsensor/ReadMe.md
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-12 11:56:39 -0700
committerJ M Rossy <[email protected]>2015-08-12 11:57:59 -0700
commit877c5ae528738cbf968b953e07a40e6d64af6382 (patch)
tree146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /thermal/simsensor/ReadMe.md
parent93217010e0c3d492c432fbccb167f6070775ba36 (diff)
Rename README.md files to standardize casing
Diffstat (limited to 'thermal/simsensor/ReadMe.md')
-rw-r--r--thermal/simsensor/ReadMe.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/thermal/simsensor/ReadMe.md b/thermal/simsensor/ReadMe.md
deleted file mode 100644
index 668c5b56..00000000
--- a/thermal/simsensor/ReadMe.md
+++ /dev/null
@@ -1,11 +0,0 @@
-SimSensor: Simulated Temperature Sensor Sample Driver
-=====================================================
-
-This sample is a driver for a simulated temperature sensor device.
-
-## 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).
-
-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).