Default configuration for srf08 devices. More...
Default configuration for srf08 devices.
Definition in file srf08_params.h.
Go to the source code of this file.
Macros | |
#define | SRF08_NUMOF ARRAY_SIZE(srf08_params) |
Number of SRF08 devices. | |
Variables | |
static const srf08_params_t | srf08_params [] |
SRF08 configuration. | |
Default configuration parameters for SRF08 device | |
#define | SRF08_PARAM_I2C I2C_DEV(0) |
#define | SRF08_PARAM_ADDR (0x70) /* 0xE0 shifted by 1 */ |
#define | SRF08_PARAMS |
#define SRF08_NUMOF ARRAY_SIZE(srf08_params) |
Number of SRF08 devices.
Definition at line 56 of file srf08_params.h.
#define SRF08_PARAM_ADDR (0x70) /* 0xE0 shifted by 1 */ |
Definition at line 37 of file srf08_params.h.
#define SRF08_PARAM_I2C I2C_DEV(0) |
Definition at line 34 of file srf08_params.h.
#define SRF08_PARAMS |
Definition at line 41 of file srf08_params.h.
|
static |