fetcher 0.0.0
A command line utility for reading sensor data over I2C and providing it over stdout.
|
#include <sensor_api.h>
Data Fields | |
void * | data |
size_t | size |
Provides an interface for the sensor to store operations between context.
void* SensorContext::data |
The sensor context itself. 'size' bytes of memory for this must be allocated by the user.
size_t SensorContext::size |
The size of the sensor context data in bytes.