Default configuration for the Honeywell HMC5883L 3-axis digital compass. More...
Default configuration for the Honeywell HMC5883L 3-axis digital compass.
Definition in file hmc5883l_params.h.
Go to the source code of this file.
Variables | |
static const hmc5883l_params_t | hmc5883l_params [] |
Allocate some memory to store the actual configuration. More... | |
static const saul_reg_info_t | hmc5883l_saul_info [] |
Additional meta information to keep in the SAUL registry. More... | |
Set default configuration parameters | |
#define | HMC5883L_PARAM_DEV I2C_DEV(0) |
#define | HMC5883L_PARAM_DOR (HMC5883L_DOR_15) |
#define | HMC5883L_PARAM_MEAS_MODE (HMC5883L_MEAS_MODE_NORMAL) |
#define | HMC5883L_PARAM_MEAS_AVG (HMC5883L_MEAS_AVG_NONE) |
#define | HMC5883L_PARAM_OP_MODE (HMC5883L_OP_MODE_CONTINUOUS) |
#define | HMC5883L_PARAM_GAIN (HMC5883L_GAIN_1090) |
#define | HMC5883L_PARAM_INT_PIN (GPIO_UNDEF) |
#define | HMC5883L_PARAMS |
#define | HMC5883L_SAUL_INFO { .name = "hmc5883l" } |
#define HMC5883L_PARAMS |
Definition at line 67 of file hmc5883l_params.h.
|
static |
Allocate some memory to store the actual configuration.
Definition at line 85 of file hmc5883l_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 93 of file hmc5883l_params.h.