STIMA
3
|
Writable data through i2c bus. More...
#include <i2c-leaf.h>
Public Attributes | |
uint8_t | i2c_address |
i2c address | |
bool | is_oneshot |
enable or disable oneshot mode | |
uint16_t | leaf_calibration_threshold |
bool | is_continuous |
enable or disable continuous mode | |
uint16_t | adc_voltage_max_panel |
uint16_t | adc_voltage_max_battery |
float | adc_calibration_offset [ADS1115_CHANNEL_COUNT] |
float | adc_calibration_gain [ADS1115_CHANNEL_COUNT] |
float | sensor_voltage_max [ADS1115_CHANNEL_COUNT] |
float | sensor_rad_max [ADS1115_CHANNEL_COUNT] |
uint16_t | tipping_bucket_time_ms |
Tipping bucket time in milliseconds. | |
uint8_t | rain_for_tip |
How much mm of rain for one tip of tipping bucket rain gauge. | |
sensor_conf_t | sensors [2] |
sensors configurations | |
float | adc_voltage_offset_1 |
float | adc_voltage_offset_2 |
float | adc_voltage_min |
float | adc_voltage_max |
Writable data through i2c bus.