Raw data set as two complements. More...
Raw data set as two complements.
Definition at line 133 of file hmc5883l.h.
#include <hmc5883l.h>
Data Fields | |
int16_t | x |
magnetic field x-axis as 16 bit two's complements | |
int16_t | y |
magnetic field y-axis as 16 bit two's complements | |
int16_t | z |
magnetic field z-axis as 16 bit two's complements | |
int16_t hmc5883l_raw_data_t::x |
magnetic field x-axis as 16 bit two's complements
Definition at line 134 of file hmc5883l.h.
int16_t hmc5883l_raw_data_t::y |
magnetic field y-axis as 16 bit two's complements
Definition at line 135 of file hmc5883l.h.
int16_t hmc5883l_raw_data_t::z |
magnetic field z-axis as 16 bit two's complements
Definition at line 136 of file hmc5883l.h.