|  | 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 | |
| float | x | 
| float | y | 
| float | z | 
Type for a 3 dimensional vector with x, y, z components.
| float vec3d_t::x | 
X component.
| float vec3d_t::y | 
Y component.
| float vec3d_t::z | 
Z component.