All 3-axis values from ADC conversion.
#include <lis3l06al.h>
Data Fields | |
int | x |
x-axis value. More... | |
int | y |
y-axis value. More... | |
int | z |
z-axis value. More... | |
int xyz_t::x |
x-axis value.
Referenced by acc_get_m_x(), acc_get_value(), acc_update(), is_acc_abs_angle_x(), is_acc_left(), is_acc_right(), xyz_add(), xyz_diff(), xyz_round0(), and xyz_sumsq().
int xyz_t::y |
y-axis value.
Referenced by acc_get_m_y(), acc_get_value(), acc_update(), is_acc_abs_angle_y(), is_acc_down(), is_acc_up(), xyz_add(), xyz_diff(), xyz_round0(), and xyz_sumsq().
int xyz_t::z |
z-axis value.
Referenced by acc_get_m_z(), acc_get_value(), acc_update(), is_acc_meuh(), is_acc_topdown(), xyz_add(), xyz_diff(), xyz_round0(), and xyz_sumsq().