You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the ISensorDriver attached to an concrete ISensor instance to read the data.
ISensorsensor = ...;
// Getting all data from the sensorInstancesinstances = sensor.getData();
// Gets the time interval of the dataIntervalinterval = sensor.getInterval();
Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr
The text was updated successfully, but these errors were encountered:
Use the ISensorDriver attached to an concrete ISensor instance to read the data.
Use this testfile for testing. Copy it on an usb stick with no other files ending with .sdr
The text was updated successfully, but these errors were encountered: