sensor_set_delay()
Set the sensor delay between events.
Synopsis:
#include <sensor/libsensor.h>
int sensor_set_delay(sensor_t *sensor, uint32_t delay)
Arguments:
- sensor
-
The sensor to modify.
- delay
-
The delay to set (in microseconds).
Library:
libsensorDescription:
Returns:
EOK on success, an errno value otherwise.