19 #ifndef SRF08_PARAMS_H
20 #define SRF08_PARAMS_H
33 #ifndef SRF08_PARAM_I2C
34 #define SRF08_PARAM_I2C I2C_DEV(0)
36 #ifndef SRF08_PARAM_ADDR
37 #define SRF08_PARAM_ADDR (0x70)
41 #define SRF08_PARAMS { .i2c = SRF08_PARAM_I2C, \
42 .addr = SRF08_PARAM_ADDR }
56 #define SRF08_NUMOF ARRAY_SIZE(srf08_params)
Driver definitions for the SRF02 ultrasonic ranger.
static const srf08_params_t srf08_params[]
SRF08 configuration.
Device initialization parameters.