blob: d21d502c9613228b324acdb5a173b4d4633d4c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
topic: sample
description: Demonstrates how to write a UMDF v2 sensor driver to output Simple Device Orientation values.
languages:
- cpp
products:
- windows
---
<!---
name: Simple Device Orientation Sensor Sample
platform: UMDF2
language: cpp
category: Sensors
description: Demonstrates how to write a UMDF v2 sensor driver to output Simple Device Orientation values.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617960
--->
# Simple Device Orientation Sensor Sample
The SimpleDeviceOrientationSensor sample shows how to write a UMDF v2 sensor driver to output Simple Device Orientation values.
|