Loading...
Searching...
No Matches
sdp3x_params_t Struct Reference

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 48 of file sdp3x.h.

#include <sdp3x.h>

Data Fields

i2c_t i2c_dev
 I2C device which is used.
 
uint8_t i2c_addr
 I2C address.
 
gpio_t irq_pin
 IRQ pin to check data ready.
 

Field Documentation

◆ i2c_addr

uint8_t sdp3x_params_t::i2c_addr

I2C address.

Definition at line 50 of file sdp3x.h.

◆ i2c_dev

i2c_t sdp3x_params_t::i2c_dev

I2C device which is used.

Definition at line 49 of file sdp3x.h.

◆ irq_pin

gpio_t sdp3x_params_t::irq_pin

IRQ pin to check data ready.

Definition at line 51 of file sdp3x.h.


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