From 877c5ae528738cbf968b953e07a40e6d64af6382 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Wed, 12 Aug 2015 11:56:39 -0700 Subject: Rename README.md files to standardize casing --- thermal/simsensor/README.md | 11 +++++++++++ thermal/simsensor/ReadMe.md | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 thermal/simsensor/README.md delete mode 100644 thermal/simsensor/ReadMe.md (limited to 'thermal/simsensor') diff --git a/thermal/simsensor/README.md b/thermal/simsensor/README.md new file mode 100644 index 00000000..668c5b56 --- /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 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). 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). -- cgit v1.3.1