Skip to content

Commit dbe5cb6

Browse files
just link, not embed
1 parent 5902364 commit dbe5cb6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

windows.devices.sensors/magnetometeraccuracy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ public enum Windows.Devices.Sensors.MagnetometerAccuracy : int
1010
# MagnetometerAccuracy
1111

1212
## -description
13-
The sensor's accuracy.
1413

15-
This short video gives an overview of how to calibrate the magnetometer's accuracy.
14+
The sensor's accuracy.
1615

17-
> [!VIDEO https://learn.microsoft.com/en-us/shows/one-dev-minute/sensor-calibration]
16+
See [One Dev Minute - Sensor calibration](https://learn.microsoft.com/shows/one-dev-minute/sensor-calibration) for a short video overview on how to calibrate the magnetometer.
1817

1918
## -enum-fields
19+
2020
### -field Unknown:0
21+
2122
The accuracy is currently not available, typically because the driver can't report it.
2223

2324
You should determine, based on your app's needs, whether your app will want to ask users to calibrate the device whenever this value is returned.

0 commit comments

Comments
 (0)