Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Windows.Devices.Sensors.Accelerometer #75

Open
jamesmcroft opened this issue Oct 6, 2019 · 1 comment
Open

[Feature] Windows.Devices.Sensors.Accelerometer #75

jamesmcroft opened this issue Oct 6, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jamesmcroft
Copy link
Member

Description

Implement the Accelerometer API.

How will this benefit you and others?

This API will allow an application to track the sensor reading from the on-device accelerometer sensor.

What is the expected API coverage?

Accelerometer

Events

TypedEventHandler<Accelerometer, AccelerometerReadingChangedEventArgs> ReadingChanged

Properties

uint ReportInterval { get; set; }

Methods

static Accelerometer GetDefault()

AccelerometerReading GetCurrentReading()

AccelerometerReading

Properties

double AccelerationX { get; }

double AccelerationY { get; }

double AccelerationZ { get; }

DateTimeOffset Timestamp { get; }

@jamesmcroft jamesmcroft added enhancement New feature or request help wanted Extra attention is needed up-for-grabs labels Oct 6, 2019
@jamesmcroft
Copy link
Member Author

Helpful links to relevant platform APIs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant