Default configuration for LSM6DSL devices. More...
Default configuration for LSM6DSL devices.
Definition in file lsm6dsl_params.h.
Go to the source code of this file.
Variables | |
static const lsm6dsl_params_t | lsm6dsl_params [] |
Allocate some memory to store the actual configuration. More... | |
static const saul_reg_info_t | lsm6dsl_saul_info [] |
Additional meta information to keep in the SAUL registry. More... | |
Set default configuration parameters | |
#define | LSM6DSL_PARAM_I2C I2C_DEV(0) |
#define | LSM6DSL_PARAM_ADDR (0x6B) /* (0x6A) */ |
#define | LSM6DSL_PARAM_ACC_ODR (LSM6DSL_DATA_RATE_52HZ) |
#define | LSM6DSL_PARAM_GYRO_ODR (LSM6DSL_DATA_RATE_52HZ) |
#define | LSM6DSL_PARAM_ACC_FS (LSM6DSL_ACC_FS_2G) |
#define | LSM6DSL_PARAM_GYRO_FS (LSM6DSL_GYRO_FS_245DPS) |
#define | LSM6DSL_PARAM_ACC_FIFO_DEC (LSM6DSL_DECIMATION_NO) |
#define | LSM6DSL_PARAM_GYRO_FIFO_DEC (LSM6DSL_DECIMATION_NO) |
#define | LSM6DSL_PARAMS |
#define | LSM6DSL_SAUL_INFO { .name = "lsm6dsl" } |
#define LSM6DSL_PARAMS |
Definition at line 62 of file lsm6dsl_params.h.
|
static |
Allocate some memory to store the actual configuration.
Definition at line 79 of file lsm6dsl_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 87 of file lsm6dsl_params.h.