From d2a01860208bcce9f4777d54bec3c59c4c02e969 Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Wed, 25 Sep 2019 19:35:57 -0700 Subject: Update README.md (#425) --- thermal/simsensor/README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'thermal/simsensor') diff --git a/thermal/simsensor/README.md b/thermal/simsensor/README.md index 0e8153ff..ee308112 100644 --- a/thermal/simsensor/README.md +++ b/thermal/simsensor/README.md @@ -8,16 +8,6 @@ products: - windows-wdk --- - - - # SimSensor - Simulated Temperature Sensor Sample Driver This sample is a driver for a simulated temperature sensor device. @@ -26,6 +16,6 @@ This sample is a driver for a simulated temperature sensor device. 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). +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](https://docs.microsoft.com/windows-hardware/drivers/kernel/device-level-thermal-management). -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). \ No newline at end of file +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](https://docs.microsoft.com/windows/win32/sensorsapi/portal). -- cgit v1.3.1