SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
RawVector Struct Reference

Structure representing a raw 3D vector with 16-bit integer components. More...

#include <SensorDefs.hpp>

Public Attributes

int16_t x
 X-axis raw value.
 
int16_t y
 Y-axis raw value.
 
int16_t z
 Z-axis raw value.
 

Detailed Description

Structure representing a raw 3D vector with 16-bit integer components.

Definition at line 224 of file SensorDefs.hpp.

Member Data Documentation

◆ x

◆ y

◆ z


The documentation for this struct was generated from the following file: