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 102 of file hdc1000.h.

#include <hdc1000.h>

Data Fields

i2c_t i2c
 bus the device is connected to
 
uint8_t addr
 address on that bus
 
hdc1000_res_t res
 resolution used for sampling temp and hum
 
uint32_t renew_interval
 interval for cache renewal
 

Field Documentation

◆ addr

uint8_t hdc1000_params_t::addr

address on that bus

Definition at line 104 of file hdc1000.h.

◆ i2c

i2c_t hdc1000_params_t::i2c

bus the device is connected to

Definition at line 103 of file hdc1000.h.

◆ renew_interval

uint32_t hdc1000_params_t::renew_interval

interval for cache renewal

Definition at line 106 of file hdc1000.h.

◆ res

hdc1000_res_t hdc1000_params_t::res

resolution used for sampling temp and hum

Definition at line 105 of file hdc1000.h.


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