Default configuration. More...
Default configuration.
Definition in file paa5100je_params.h.
#include "board.h"#include "paa5100je.h"#include "paa5100je_constants.h"#include "periph/spi.h"#include "saul_reg.h"
Include dependency graph for paa5100je_params.h:Go to the source code of this file.
Variables | |
| static const paa5100je_params_t | paa5100je_params [] |
| Default configuration parameters. More... | |
| static const saul_reg_info_t | paa5100je_saul_info [] |
| Additional meta information to keep in the SAUL registry. More... | |
| #define | CONFIG_PAA5100JE_QUALITY_THRESHOLD (0x19) |
| Default quality threshold for motion data readout. | |
| #define | CONFIG_PAA5100JE_TIMEOUT_MS (1000U) |
| Default timeout for motion data readout in milliseconds. | |
| #define | CONFIG_PAA5100JE_SCALE_DENOMINATOR (100) |
| Default denominator for scaling the motion data. | |
Default configuration parameters for the PAA5100JE/PMW3901 driver. | |
| #define | PAA5100JE_PARAM_SPI (SPI_DEV(0)) |
| Default SPI device. | |
| #define | PAA5100JE_PARAM_SPI_CLK (SPI_CLK_400KHZ) |
| Default SPI speed. | |
| #define | PAA5100JE_PARAM_CS (GPIO_PIN(1, 2)) |
| Default SPI chip select pin. | |
| #define | PAA5100JE_PARAM_VAR PAA5100JE |
| Default variant. | |
| #define | PAA5100JE_PARAMS |
| Default sensor parameters. More... | |
| #define | PAA5100JE_SAUL_INFO { .name = "Flow Sensor (PAA5100JE/PMW3901)" } |
| Default driver SAUL registry information. | |
| #define PAA5100JE_PARAMS |
Default sensor parameters.
Definition at line 73 of file paa5100je_params.h.
|
static |
Default configuration parameters.
Definition at line 91 of file paa5100je_params.h.
|
static |
Additional meta information to keep in the SAUL registry.
Definition at line 99 of file paa5100je_params.h.