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