LIS2DH12 configuration parameters. More...
LIS2DH12 configuration parameters.
Definition at line 111 of file lis2dh12.h.
#include <lis2dh12.h>
Data Fields | |
spi_t | spi |
SPI bus the device is connected to. More... | |
gpio_t | cs |
connected chip select pin More... | |
gpio_t | int1_pin |
first interrupt pin More... | |
gpio_t | int2_pin |
second interrupt pin More... | |
lis2dh12_scale_t | scale |
sampling sensitivity used More... | |
lis2dh12_rate_t | rate |
sampling rate used More... | |
lis2dh12_resolution_t | resolution |
resolution used More... | |
gpio_t lis2dh12_params_t::cs |
connected chip select pin
Definition at line 114 of file lis2dh12.h.
gpio_t lis2dh12_params_t::int1_pin |
first interrupt pin
Definition at line 120 of file lis2dh12.h.
gpio_t lis2dh12_params_t::int2_pin |
second interrupt pin
Definition at line 121 of file lis2dh12.h.
lis2dh12_rate_t lis2dh12_params_t::rate |
sampling rate used
Definition at line 124 of file lis2dh12.h.
lis2dh12_resolution_t lis2dh12_params_t::resolution |
resolution used
Definition at line 125 of file lis2dh12.h.
lis2dh12_scale_t lis2dh12_params_t::scale |
sampling sensitivity used
Definition at line 123 of file lis2dh12.h.
spi_t lis2dh12_params_t::spi |
SPI bus the device is connected to.
Definition at line 113 of file lis2dh12.h.