diff options
Diffstat (limited to 'thermal/simsensor')
| -rw-r--r-- | thermal/simsensor/README.md | 14 |
1 files changed, 2 insertions, 12 deletions
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 --- - -<!--- - name: SimSensor - Simulated Temperature Sensor Sample Driver - platform: KMDF - language: cpp - category: Thermal Power - description: Demonstrates a simulated temperature sensor device. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617991 ----> - # 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). |
