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

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 63 of file jc42.h.

#include <jc42.h>

Data Fields

i2c_t i2c
 I2C device that sensor is connected to.
 
i2c_speed_t speed
 I2C device speed.
 
uint8_t addr
 Configured address of the sensor.
 

Field Documentation

◆ addr

uint8_t jc42_params_t::addr

Configured address of the sensor.

Definition at line 66 of file jc42.h.

◆ i2c

i2c_t jc42_params_t::i2c

I2C device that sensor is connected to.

Definition at line 64 of file jc42.h.

◆ speed

i2c_speed_t jc42_params_t::speed

I2C device speed.

Definition at line 65 of file jc42.h.


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