Skip to content

Read data from Sensor #10

Description

@muuki88

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions