Data structure holding the full set of configuration parameters. More...
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 | |
uint8_t isl29020_params_t::addr |
address on that bus
Definition at line 74 of file isl29020.h.
i2c_t isl29020_params_t::i2c |
I2C bus the device is connected to.
Definition at line 73 of file isl29020.h.
isl29020_mode_t isl29020_params_t::mode |
measurement mode to use
Definition at line 76 of file isl29020.h.
isl29020_range_t isl29020_params_t::range |
range setting to use
Definition at line 75 of file isl29020.h.