Default configuration for LSM303DLHC devices. More...
Default configuration for LSM303DLHC devices.
Definition in file lsm303dlhc_params.h.
Go to the source code of this file.
Variables | |
static const lsm303dlhc_params_t | lsm303dlhc_params [] |
Allocate some memory to store the actual configuration. More... | |
static const saul_reg_info_t | lsm303dlhc_saul_info [] |
Additional meta information to keep in the SAUL registry. More... | |
#define | LSM303DLHC_PARAM_I2C I2C_DEV(0) |
Set default configuration parameters. | |
#define | LSM303DLHC_PARAM_ACC_ADDR (0x19) |
#define | LSM303DLHC_PARAM_ACC_PIN (GPIO_PIN(0, 0)) |
#define | LSM303DLHC_PARAM_ACC_RATE (LSM303DLHC_ACC_SAMPLE_RATE_10HZ) |
#define | LSM303DLHC_PARAM_ACC_SCALE (LSM303DLHC_ACC_SCALE_4G) |
#define | LSM303DLHC_PARAM_MAG_ADDR (0x1e) |
#define | LSM303DLHC_PARAM_MAG_PIN (GPIO_PIN(0, 1)) |
#define | LSM303DLHC_PARAM_MAG_RATE (LSM303DLHC_MAG_SAMPLE_RATE_15HZ) |
#define | LSM303DLHC_PARAM_MAG_GAIN (LSM303DLHC_MAG_GAIN_450_400_GAUSS) |
#define | LSM303DLHC_PARAMS |
#define | LSM303DLHC_SAUL_INFO { .name = "lsm303dlhc" } |
#define LSM303DLHC_PARAMS |
Definition at line 63 of file lsm303dlhc_params.h.
|
static |
Allocate some memory to store the actual configuration.
Definition at line 81 of file lsm303dlhc_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 89 of file lsm303dlhc_params.h.