sensor_resume()
Resume the delivery of events from the sensor to the thread.
Synopsis:
#include <sensor/libsensor.h>
int sensor_resume(sensor_t *sensor)
Arguments:
- sensor
-
The sensor to modify.
Library:
libsensorDescription:
This function enables the sensor and resumes the delivery of events from the sensor to the thread.
Returns:
EOK on success, an errno value otherwise.