Loading...
Searching...
No Matches

Data structure holding the full set of configuration parameters. More...

Detailed Description

Data structure holding the full set of configuration parameters.

Definition at line 72 of file isl29020.h.

#include <isl29020.h>

Data Fields

i2c_t i2c
 I2C bus the device is connected to.
 
uint8_t addr
 address on that bus
 
isl29020_range_t range
 range setting to use
 
isl29020_mode_t mode
 measurement mode to use
 

Field Documentation

◆ addr

uint8_t isl29020_params_t::addr

address on that bus

Definition at line 74 of file isl29020.h.

◆ i2c

i2c_t isl29020_params_t::i2c

I2C bus the device is connected to.

Definition at line 73 of file isl29020.h.

◆ mode

isl29020_mode_t isl29020_params_t::mode

measurement mode to use

Definition at line 76 of file isl29020.h.

◆ range

isl29020_range_t isl29020_params_t::range

range setting to use

Definition at line 75 of file isl29020.h.


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