All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Parameters needed for device initialization. More...

Detailed Description

Parameters needed for device initialization.

Definition at line 192 of file tmp00x.h.

#include <tmp00x.h>

Data Fields

i2c_t i2c
 I2C device, the sensor is connected to.
 
uint8_t addr
 the sensor's slave address on the I2C bus
 
uint8_t rate
 number of averaged samples
 

Field Documentation

◆ addr

uint8_t tmp00x_params_t::addr

the sensor's slave address on the I2C bus

Definition at line 194 of file tmp00x.h.

◆ i2c

i2c_t tmp00x_params_t::i2c

I2C device, the sensor is connected to.

Definition at line 193 of file tmp00x.h.

◆ rate

uint8_t tmp00x_params_t::rate

number of averaged samples

Definition at line 195 of file tmp00x.h.


The documentation for this struct was generated from the following file: