Device initialization parameters. More...
Device initialization parameters.
Definition at line 98 of file l3g4200d.h.
#include <l3g4200d.h>
Data Fields | |
i2c_t | i2c |
I2C device the sensor is connected to. | |
uint8_t | addr |
the sensors slave address on the I2C bus | |
gpio_t | int1 |
INT1 pin. | |
gpio_t | int2 |
INT2 (DRDY) pin. | |
l3g4200d_mode_t | mode |
sampling frequency and bandwidth mode | |
l3g4200d_scale_t | scale |
scaling factor to normalize results | |
uint8_t l3g4200d_params_t::addr |
the sensors slave address on the I2C bus
Definition at line 100 of file l3g4200d.h.
i2c_t l3g4200d_params_t::i2c |
I2C device the sensor is connected to.
Definition at line 99 of file l3g4200d.h.
gpio_t l3g4200d_params_t::int1 |
INT1 pin.
Definition at line 101 of file l3g4200d.h.
gpio_t l3g4200d_params_t::int2 |
INT2 (DRDY) pin.
Definition at line 102 of file l3g4200d.h.
l3g4200d_mode_t l3g4200d_params_t::mode |
sampling frequency and bandwidth mode
Definition at line 103 of file l3g4200d.h.
l3g4200d_scale_t l3g4200d_params_t::scale |
scaling factor to normalize results
Definition at line 104 of file l3g4200d.h.