![]() |
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 | |
| i2c_addr_t | addr |
| int | bus |
Provides an interface to describe the sensor location.
| i2c_addr_t SensorLocation::addr |
The address of the sensor on the bus.
| int SensorLocation::bus |
The I2C bus file descriptor.