Struct holding all parameters needed for device initialization.  
 More...
Struct holding all parameters needed for device initialization. 
Definition at line 105 of file lpsxxx.h.
#include <lpsxxx.h>
|  | 
| i2c_t | i2c | 
|  | I2C bus the sensor is connected to. 
 | 
|  | 
| uint8_t | addr | 
|  | the devices address on the bus 
 | 
|  | 
| lpsxxx_rate_t | rate | 
|  | tell sensor to sample with this rate 
 | 
|  | 
◆ addr
      
        
          | uint8_t lpsxxx_params_t::addr | 
      
 
the devices address on the bus 
Definition at line 107 of file lpsxxx.h.
 
 
◆ i2c
      
        
          | i2c_t lpsxxx_params_t::i2c | 
      
 
I2C bus the sensor is connected to. 
Definition at line 106 of file lpsxxx.h.
 
 
◆ rate
tell sensor to sample with this rate 
Definition at line 108 of file lpsxxx.h.
 
 
The documentation for this struct was generated from the following file: