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 | |
const SensorTag * | tags |
uint8_t | len |
Stores a list of tags (data types) that the sensor is capable of reading.
uint8_t SensorTagList::len |
The number of tags the sensor can read.
const SensorTag* SensorTagList::tags |
A pointer to which tags the sensor can read.