Parameters needed for device initialization.
More...
Parameters needed for device initialization.
Definition at line 43 of file hts221.h.
#include <hts221.h>
|
| i2c_t | i2c |
| | bus the device is connected to
|
| |
| uint8_t | addr |
| | address on that bus
|
| |
| uint8_t | avgx |
| | average sampling of humidity and temperature
|
| |
| uint8_t | rate |
| | output data rate
|
| |
◆ addr
| uint8_t hts221_params_t::addr |
address on that bus
Definition at line 45 of file hts221.h.
◆ avgx
| uint8_t hts221_params_t::avgx |
average sampling of humidity and temperature
Definition at line 46 of file hts221.h.
◆ i2c
| i2c_t hts221_params_t::i2c |
bus the device is connected to
Definition at line 44 of file hts221.h.
◆ rate
| uint8_t hts221_params_t::rate |
output data rate
Definition at line 47 of file hts221.h.
The documentation for this struct was generated from the following file: