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

Read data from Sensor #10

Open
muuki88 opened this issue Feb 10, 2013 · 0 comments
Open

Read data from Sensor #10

muuki88 opened this issue Feb 10, 2013 · 0 comments

Comments

@muuki88
Copy link
Member

muuki88 commented Feb 10, 2013

Use the ISensorDriver attached to an concrete ISensor instance to read the data.

ISensor sensor = ...;

// Getting all data from the sensor
Instances instances = sensor.getData();

// Gets the time interval of the data
Interval interval = sensor.getInterval();

Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr

@ghost ghost self-assigned this Feb 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant